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 ronaldoussoren
Recipients ned.deily, ronaldoussoren, vinay.sajip
Date 2012-07-13.07:42:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342165351.26.0.539029242085.issue15307@psf.upfronthosting.co.za>
In-reply-to
Content
I removed the call to realpath from pythonw because resolving symlinks breaks the feature. Realpath also converts relative paths to absolute paths, and that probably explains the new failure you're having.

I'll try to find a solution for this, possibly by calling realpath on dirname(argv[0]) instead of the whole path.
History
Date User Action Args
2012-07-13 07:42:31ronaldoussorensetrecipients: + ronaldoussoren, vinay.sajip, ned.deily
2012-07-13 07:42:31ronaldoussorensetmessageid: <1342165351.26.0.539029242085.issue15307@psf.upfronthosting.co.za>
2012-07-13 07:42:30ronaldoussorenlinkissue15307 messages
2012-07-13 07:42:30ronaldoussorencreate