Re: Python 2.4 on Windows XP
From: It's me (itsme_at_yahoo.com)
Date: 01/05/05
- Next message: Berthold Höllmann: "Re: Building unique comma-delimited list?"
- Previous message: grahamd_at_dscpl.com.au: "Re: modpython, apache and windows"
- In reply to: Jeff Shannon: "Re: Python 2.4 on Windows XP"
- Next in thread: Scott David Daniels: "Re: Python 2.4 on Windows XP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 05 Jan 2005 22:29:31 GMT
Thanks, Jeff.
That works.
"Jeff Shannon" <jeff@ccvcorp.com> wrote in message
news:10ton02dur41v0b@corp.supernews.com...
> It's me wrote:
>
> > In my case, there is *no* error message of any kind. When I run
pythonw.exe
> > from the python23 directory, the screen blinked slightly and goes back
to
> > the command prompt.
>
> Right -- pythonw.exe is a console-less interpreter. Having no
> console, it doesn't have an interactive mode, and since you didn't
> give it a script to run, it simply started, found nothing to do, and
> then terminated itself.
>
> You need to run idle.pyw, *not* pythonw.exe. The idle.pyw script runs
> inside the pythonw.exe interpreter, but the latter can't do anything
> without instructions.
>
> Jeff Shannon
> Technician/Programmer
> Credit International
>
- Next message: Berthold Höllmann: "Re: Building unique comma-delimited list?"
- Previous message: grahamd_at_dscpl.com.au: "Re: modpython, apache and windows"
- In reply to: Jeff Shannon: "Re: Python 2.4 on Windows XP"
- Next in thread: Scott David Daniels: "Re: Python 2.4 on Windows XP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|