[issue6727] ImportError when package is symlinked on Windows

Nick Coghlan report at bugs.python.org
Thu Nov 26 12:45:30 CET 2009


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Given that you had to use ctypes to create the symlinks on Windows in
the first place, I'd say you're right :)

Probably the first step would be to make sure the nt OS and path modules
get Windows symlink support (although even that may not be enough, due
to the bootstrapping issues with file access and the import machinery).

----------
nosy: +ncoghlan

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6727>
_______________________________________


More information about the Python-bugs-list mailing list