[issue4476] compileall.py fails if current dir has a "types" subdir with 3.0 (ok with 2.5)
Changes by Michael Aivazis <[EMAIL PROTECTED]>: -- components: Library (Lib) nosy: aivazis severity: normal status: open title: compileall.py fails if current dir has a "types" subdir with 3.0 (ok with 2.5) type: behavior versions: Python 3.0 ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4476> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue4476] compileall.py fails if current dir has a "types" subdir with 3.0 (ok with 2.5)
Michael Aivazis <[EMAIL PROTECTED]> added the comment: sorry for the sloppy report. add a __init__.py in the types subdir. you should get a "Could not import runpy module" error. ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue4476> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com