[issue19947] Inspect module broken

2013-12-10 Thread Zachary Ware
Zachary Ware added the comment: People are bitten by this kind of thing all the time, but usually only once ;) -- resolution: rejected -> invalid ___ Python tracker ___ _

[issue19947] Inspect module broken

2013-12-10 Thread Jimmy Merrild Krag
Jimmy Merrild Krag added the comment: Just figured that out my self. Holy mother of ยค%#&%/! I'm stupid! -- resolution: -> rejected status: pending -> closed ___ Python tracker _

[issue19947] Inspect module broken

2013-12-10 Thread Zachary Ware
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,

[issue19947] Inspect module broken

2013-12-10 Thread Jimmy Merrild Krag
New submission from Jimmy Merrild Krag: I have been having issues like the below all day: C:\JMK\CurrentWork\CPH-3516>python airport_code_downloader.py Traceback (most recent call last): File "airport_code_downloader.py", line 4, in import inspect File "C:\Python33\lib\inspect.py", line