Re: Can't get Python for Windows to run

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tim Golden

    Re: Can't get Python for Windows to run

    Tim Rowe wrote:
    I have Python 2.5 working just fine on my system.
    >
    I've tried downloading and installing the MS Windows Python
    extensions, but can't get pythonw.exe (that's the windows executable,
    right?) to do anything. I double-click it, nothing happens. I run it
    from a command prompt, it just returns me to the command prompt.
    Ummm. That's the Python interpreter but without a window so
    (unhelpfully, from your point of view) it's doing exactly the
    right thing.

    I assume you were trying to run the PythonWin Python
    interpreter and dev env? On my system, that's:

    C:\Python25\Lib \site-packages\python win\Pythonwin.e xe

    HTH

    TJG
Working...