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.
Created on 2011年11月17日 02:32 by alexreg, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg147789 - (view) | Author: Alex Regueiro (alexreg) | Date: 2011年11月17日 02:32 | |
Python 2.7 normally inputs directory-modules fine on Windows 7. The notable exception however is symbolically-linked directories on the filesystem, which are ignored (not thought to exist) by the Python `import` statement. (Note that the Python interpreter normally has no problem with symlinks on Win7 with its file I/O features.) |
|||
| msg147796 - (view) | Author: Brian Curtin (brian.curtin) * (Python committer) | Date: 2011年11月17日 14:38 | |
Duplicate of #6727 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:23 | admin | set | github: 57628 |
| 2011年11月17日 14:38:28 | brian.curtin | set | status: open -> closed resolution: duplicate messages: + msg147796 superseder: ImportError when package is symlinked on Windows stage: resolved |
| 2011年11月17日 09:00:24 | tim.golden | set | nosy:
+ jaraco, tim.golden, brian.curtin |
| 2011年11月17日 02:32:59 | alexreg | create | |