Hi,
I am trying to run a installer file that is compiled in python 2.5 on fedora 10 to the new upgraded python 2.6 on fedora 13
while trying to run the installer file this error occurs
RuntimeError: Bad magic number in .pyc file
The pyc files are compiled in python version 2.5 and now i am trying to use that
files in python 2.6
Anybody have a solution kindly advice me..