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.

Author beruic
Recipients beruic
Date 2013-12-10.14:49:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386686984.53.0.934353446234.issue19947@psf.upfronthosting.co.za>
In-reply-to
Content
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 <module>
    import inspect
  File "C:\Python33\lib\inspect.py", line 53, in <module>
    from dis import COMPILER_FLAG_NAMES as _flag_names
  File "C:\Python33\lib\dis.py", line 13, in <module>
    _have_code = (types.MethodType, types.FunctionType, types.CodeType, type)
AttributeError: 'module' object has no attribute 'MethodType'

C:\JMK\CurrentWork\CPH-3516>

It seems to be a problem with the types module. All the types seem non-existing.
History
Date User Action Args
2013-12-10 14:49:44beruicsetrecipients: + beruic
2013-12-10 14:49:44beruicsetmessageid: <1386686984.53.0.934353446234.issue19947@psf.upfronthosting.co.za>
2013-12-10 14:49:44beruiclinkissue19947 messages
2013-12-10 14:49:44beruiccreate