[Python-bugs-list] [ python-Bugs-776116 ] pythonw scripts cannot interact

SourceForge.net noreply@sourceforge.net
Wed, 23 Jul 2003 03:49:46 -0700


Bugs item #776116, was opened at 2003-07-23 10:34
Message generated for change (Comment added) made by jackjansen
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=776116&group_id=5470

>Category: None
Group: None
Status: Open
>Resolution: Fixed
Priority: 9
Submitted By: Jack Jansen (jackjansen)
>Assigned to: Nobody/Anonymous (nobody)
Summary: pythonw scripts cannot interact

Initial Comment:
In MacPython 2.3rc1+ a bug has crept into pythonw which 
has the result that scripts run with it cannot interact with the 
user. The windows show up, but there is no menubar, no 
interaction and no dock icon.

This hasn't been tested yet with CVS python, so it could be 
an error in the build process of the binary distribution.

----------------------------------------------------------------------

>Comment By: Jack Jansen (jackjansen)
Date: 2003-07-23 12:49

Message:
Logged In: YES 
user_id=45365

Fixed in Mac/OSX/Makefile rev. 1.50, Mac/OSX/Dist/resources/
postflight rev 1.7.

----------------------------------------------------------------------

Comment By: Jack Jansen (jackjansen)
Date: 2003-07-23 10:46

Message:
Logged In: YES 
user_id=45365

Turns out it is a shallow bug: the binary inside Python.app was 
renamed from "python" to "Python" to adhere to Apple's guidelines 
(as pointed out by our Apple guy). But the pythonw script still 
referred to it as "python", which sort-of works because of the case 
insensitive filesystem, but because Python != python the window 
manager doesn't allow access. Fixing and testing will take a little 
while longer.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=776116&group_id=5470