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 steve.dower
Recipients Maja Tomic, eryksun, kbk, paul.moore, roger.serwy, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2015-10-23.20:41:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445632902.25.0.855175352004.issue25450@psf.upfronthosting.co.za>
In-reply-to
Content
Unfortunately it looks like MSI won't let you put an environment variable into the shortcut, as it has to resolve it on install (see WkDir at https://msdn.microsoft.com/en-us/library/aa371847(VS.85).aspx)

Trying some other ideas, but it looks like the most robust solution will be for IDLE to change the current directory on startup (maybe via a command line option?), or specify the initial directory in its open/save dialogs.

Otherwise, the best I can realistically promise is to set it to the Python install directory, which is not particularly useful either...
History
Date User Action Args
2015-10-23 20:41:42steve.dowersetrecipients: + steve.dower, terry.reedy, kbk, paul.moore, tim.golden, roger.serwy, zach.ware, eryksun, Maja Tomic
2015-10-23 20:41:42steve.dowersetmessageid: <1445632902.25.0.855175352004.issue25450@psf.upfronthosting.co.za>
2015-10-23 20:41:42steve.dowerlinkissue25450 messages
2015-10-23 20:41:42steve.dowercreate