On 04/05/11 14:11, Phil Evans wrote:
> Is that dangerous?
> 
> If I move it I then get
> 
> ImportError: Bad magic number in 
> /System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site.pyc
> 
> after moving that I then get
> 
> ImportError: Bad magic number in 
> /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/os.pyc
> 
> and so on I guess
> 
> Phil

remove all *.pyc and *.pyo. That are byte-compiled file from your *.py
which can be safely deleted. Once you run or import an python file they
will be recreated.

jsutin



-- 
Justin Lecher
Institute of Complex Systems
ICS-6 Structural Biochemistry
Research Centre Juelich
52425 Juelich, Germany
phone: +49 2461 61 2117


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to