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 navalkgupta
Recipients navalkgupta
Date 2014-02-27.12:13:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393503187.81.0.323490537909.issue20794@psf.upfronthosting.co.za>
In-reply-to
Content
Getting below compilation error:

ImportError: Bad magic number in xxxx.pyc

Ran a python abc.py module which is trying to import xxxx.pyc during compilation

Python Interpreter used to run: Python 2.7
Python pre-compiled file xxxx.pyc is compiled using Python 2.6
History
Date User Action Args
2014-02-27 12:13:07navalkguptasetrecipients: + navalkgupta
2014-02-27 12:13:07navalkguptasetmessageid: <1393503187.81.0.323490537909.issue20794@psf.upfronthosting.co.za>
2014-02-27 12:13:07navalkguptalinkissue20794 messages
2014-02-27 12:13:07navalkguptacreate