About 314,000 results
Open links in new tab
  1. Multithreaded C API Python questions - Post.Byes

    Nov 9, 2006 · Hi > A couple of mulithreaded C API python questions: > I) The PyGILState_Ensu re () simply ensures python api call ability, it doesnt actually lock the GIL, right? > PyGILState_STAT E …

  2. Python in Notepad++ - Post.Byes

    Aug 26, 2007 · Hi Everybody, I am new to Python and also new to Notepad++. Can any one help to code my first python program in Notepad++. I am already doing it in python interpretor, but now i was …

  3. Stopping a fucntion from printing its output on screen

    Oct 17, 2007 · Hi, in my program i need to call a couple of functions that do some stuff but they always print their output on screen. But I don't want them to print anything on the screen. Is there any way I …

  4. Getting started with Crystal Reports...little help in the far court.

    Jan 8, 2007 · I am not that familiar with Crystal Reports, but having read some other posts I know that the way to integrate the API with Python is through the COM interface provide by win32all. However, …

  5. [CherryPy]Serve dynamic binary file in cherrypy? - Post.Byes

    Jul 18, 2005 · Hi, After lookup in cherrypy site and google for a while, I haven't found any information about cherrypy how to serve dynamic binary file (some generated charts).Is there any easy way to …

  6. Using python libraries in a Java Program - Post.Byes

    Jul 18, 2005 · Re: Using python libraries in a Java Program Sam Roth wrote: [color=blue] > gohaku wrote: > [color=green] >> Hi everyone, >> I would like to know if it's possible to use python (libraries) …

  7. Getting value from Tkinter entry widget: variable scope difficulty

    Nov 20, 2006 · Re: Getting value from Tkinter entry widget: variable scope difficulty Kevin, if the present value of searchterm is what you want, I suggest you make a class class Kgui: def __init__ (self) : # …

  8. UTF-8 / German, Scandinavian letters - is it really this difficult ...

    Jul 18, 2005 · Re: UTF-8 / German, Scandinavian letters - is it really this difficult??Linu x & Windows XP Mike Dee wrote: [color=blue] > If I have this in the beginning of my Python script in Linux: > > …

  9. How to execute an EXE via os.system () with spaces in the directory ...

    Dec 4, 2005 · I am trying to run an exe within a python script, but I'm having trouble with spaces in the directory name. The following example will display the usage statement of the program, so I know …

  10. SWIG problems - "ImportError: dynamic module does not define......."

    Jul 18, 2005 · Section 5.2 of the Extending and Embedding the Python Interpreter says: "The problem is that some entry points are defined by the Python runtime solely for extension modules to use. If the …