About 46,800 results
Open links in new tab
  1. Convert PyIDispatch object to struct IDispatch* - Post.Byes

    Apr 10, 2008 · I am trying to use ctypes to call dll functions. One of the functions requires argument "struct IDispatch* ". I do have a PyIDispatch object in python. How can I convert this "PyIDispatch …

  2. Controlling WinAMP (WM_COPYDATA problem) - Post.Byes

    Jul 19, 2005 · Re: Controlling WinAMP (WM_COPYDATA problem) "The Collector" <thecollector.2 [email protected]> writes: [color=blue] > Hi, > > I've been looking for almost two full days now to get full …

  3. How to write an array to a file in python? - Post.Byes

    Jan 30, 2011 · Read the file, parse into a list of lists, type cast to float, initialize new array, iterate on data and add each number to array.

  4. grayscale pixel based graphics with pygame - Post.Byes

    Mar 9, 2006 · For python, numeric, or pygame? [color=blue] >and usually end > up with black and blue displays. Could someone provide an explanation, > and maybe a code example, as to how to create …

  5. How to install NetCDF library in python 2.7 - Post.Byes

    Jul 14, 2011 · NetCDF is a set of software libraries and self-describing, machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data.

  6. Considering moving from PowerBuilder to Python - Post.Byes

    Sep 1, 2005 · Re: Considering moving from PowerBuilder to Python For: <snip> So, is there any data on the popularity of IDEs (most users), or is there a chart comparing the most popular versions. </snip> …

  7. Accessing Module variables from another Module - Post.Byes

    Sep 5, 2007 · Hi I am new to Python (I have come from a large background of Java) and wondered if someone could explain to me how I can access variables stored in my main module to other …

  8. how to convert exe to python source code - Post.Byes

    Sep 5, 2006 · For a random exe file, it was most likely not written in python. Some either used VB or C# or Java etc. There are ways you can tell what was used by the orientation of the other files packaged …

  9. Problems passing arrays into COM objects using win32com

    Jul 19, 2005 · Mark Hammond recommends using makepy to generate the type info ahead of time, and using win32com.client .Dispatch ("..." ) instead of win32com.client .dynamic.Dispat ch ("..."). At the …

  10. Missing sqlite3.h Error when Building Debug Python -- Windows Vista

    Jul 19, 2008 · I am a complete newbie at building Python. I am trying to build it under MS Windows Vista (64-bit AMD) with MS VS2005. I'm doing that because I need debug libraries, which I did not see in …