[issue19947] Inspect module broken
Zachary Ware
report at bugs.python.org
Tue Dec 10 16:19:43 CET 2013
Zachary Ware added the comment:
I suspect you may have a file shadowing the standard library's types.py; you can test with the following command:
python -c "import types;print(types.__file__)"
If the output from that is not "C:\Python33\lib\types.py", then you have another file shadowing it, which would best be renamed.
----------
nosy: +zach.ware
status: open -> pending
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19947>
_______________________________________
More information about the Python-bugs-list
mailing list