[issue4476] compileall fails if current dir has a "types" package

Éric Araujo report at bugs.python.org
Fri Nov 19 14:38:10 CET 2010


Éric Araujo <merwok at netwok.org> added the comment:

python -v shows that runpy tries to import pkgutil which imports types which is the package in the current directory.  Is this an import bug or a worksforme “don’t use standard module names in your projects”?

----------
nosy: +brett.cannon, ncoghlan

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


More information about the Python-bugs-list mailing list