Author ncoghlan
Recipients
Date 2004-10-04.14:34:33
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=1038590

As described in the python tutorial, the recommended
solution to this is to use the following on the shebang line:

#! /usr/bin/env pythonw

this also has benefit of not caring where python is installed.
History
Date User Action Args
2007-08-23 15:40:03adminlinkissue1038911 messages
2007-08-23 15:40:03admincreate