Ronald Oussoren <ronaldousso...@mac.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15307>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to