This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author afayolle
Recipients
Date 2001-11-26.08:20:59
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=116727

Thanks for the quick answer.

I agree that it's not a "bug". Let's make it a feature
request then. 

However, the need is real, not for people writing their own
batch file, but rather for people writing and distributing
cross platform Python applications. On unix, we have the #!
/usr/bin/env python trick, but there's nothing similar on
windows. Having the Python directory on the PATH could help. 

I've tried to do it for an application I maintain, and I
agree that it's a pain (I too got bitten by the space in
"Program Files"), but I think it's more a Python's job to
ensure that the executable is in the PATH. 

Cheers,

Alexandre

History
Date User Action Args
2007-08-23 16:01:44adminlinkissue482531 messages
2007-08-23 16:01:44admincreate