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 tim.peters
Recipients
Date 2001-12-02.22:40:12
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=31435

I'm not clear on what problem you're trying to solve.  
Fiddling PATH is highly anti-social on Windows, so I'm 
opposed to it even if it were easy (embedded spaces are 
easy; there are many ways to screw up a Win9x box by 
failures in editing autoexec.bat, from line-length 
limitations to failing to handle multiple PATH lines 
correctly).

You can find the location of Python's install directory via 
the registry.  You can also use "start xxx.py" (or 
os.startfile() from within Python) to use the registered 
executable for .py and .pyw files.  That's how Windows is 
supposed to be used.

In any case, PythonLabs doesn't have the bandwidth to 
fiddle with this even if I <wink> wanted to; any change 
here would have to be implemented by a community volunteer; 
or if it's important enough to pay for it, ActiveState may 
be willing to implement it in their installer.

BTW, if I were distributing a serious Windows app using 
Python, I'd ship the version of Python I used and install 
it along with my app, into a subdirectory of my app's 
directory.  That's how, e.g., PythonWare distributes their 
apps.  Then you have total control over it.
History
Date User Action Args
2007-08-23 16:01:44adminlinkissue482531 messages
2007-08-23 16:01:44admincreate