[Zope-dev] RE: python.exe vs pythonw.exe difference?

2004-03-02 Thread Tim Peters
[Emile van Sebille] > ... > At this point, I won't be back to that site before next week, although > I may take some time to test this weekend. It sounds like I should > rework any areas that spew output to the console. Is there something > better than checking os.path.basename(sys.executable)?

[Zope-dev] Re: python.exe vs pythonw.exe difference?

2004-03-02 Thread Emile van Sebille
Tim: > [Thomas] > > I get exactly the same, on Win XP Pro, both for sys.stdout and > > sys.stderr. > > That's good to know! Thanks. > > > ... > > Since it seems XP shows the same behaviour than win98SE, has the > > behaviour of Python changed? Were IOErrors ignored on sys.stdout or > > sys.stder

[Zope-dev] RE: python.exe vs pythonw.exe difference?

2004-03-02 Thread Tim Peters
[Thomas Heller] > [I'm currently reading python-list via the gmane nntp interface, I > don't know whether there really is a gmane.comp.web.zope.devel > newsgroup] I don't know either, so I'll copy you directly. [Tim] >> ... >> Here's a Python program to try: >> >> """ >> import sys >> if 1: # e

[Zope-dev] Re: python.exe vs pythonw.exe difference?

2004-03-02 Thread Tres Seaver
Thomas Heller wrote: "Tim Peters" <[EMAIL PROTECTED]> writes: [moving this from comp.lang.python to zope-dev; it really belongs on a Zope list, although schemes to change what pythonw does probably belong on python-dev] [I'm currently reading python-list via the gmane nntp interface, I don't kn

[Zope-dev] Re: python.exe vs pythonw.exe difference?

2004-03-02 Thread Thomas Heller
"Tim Peters" <[EMAIL PROTECTED]> writes: > [moving this from comp.lang.python to zope-dev; it really belongs on a > Zope list, although schemes to change what pythonw does probably belong > on python-dev] [I'm currently reading python-list via the gmane nntp interface, I don't know whether ther

[Zope-dev] RE: python.exe vs pythonw.exe difference?

2004-03-02 Thread Tim Peters
[moving this from comp.lang.python to zope-dev; it really belongs on a Zope list, although schemes to change what pythonw does probably belong on python-dev] [Emile van Sebille <[EMAIL PROTECTED]>] >> I've possibly narrowed a problem I'm having running zope as a service >> on winxp pro sp 1 in t