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 Jimbofbx
Recipients Jimbofbx
Date 2012-08-24.20:44:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345841085.37.0.939660475067.issue15780@psf.upfronthosting.co.za>
In-reply-to
Content
One issue I've encountered is someone else's software setting PYTHONPATH to their install directory of python. We have some old software that installs and uses python 2.3 scripts and unfortunately this prevents the IDLE shortcuts for newer versions of python from working correctly on the system. This could be remedied with -E being added to the shortcut, but windows doesn't allow me to directly edit the IDLE shortcut, and it hides how IDLE is being launched via Python in the first place, making it a challenge to create my own. I'd remove PYTHONPATH from the system environment variables except I don't know why it's set in the first place.

Suggestion: IDLE safe-mode which runs with -E OR include a batch file for IDLE so that I can easily append my own command line arguments and create my own shortcuts.
History
Date User Action Args
2012-08-24 20:44:45Jimbofbxsetrecipients: + Jimbofbx
2012-08-24 20:44:45Jimbofbxsetmessageid: <1345841085.37.0.939660475067.issue15780@psf.upfronthosting.co.za>
2012-08-24 20:44:44Jimbofbxlinkissue15780 messages
2012-08-24 20:44:44Jimbofbxcreate