bad marshal data in site.py in fresh 2.5 install win

"Martin v. Löwis" martin at v.loewis.de
Wed Jan 3 10:52:22 EST 2007


TiNo schrieb:
>  File "F:\Python25\lib\encodings\__init__.py", line 32, in <module>
>    from encodings import aliases
> ValueError: bad marshal data
> 
> also removed site.pyc, and run it again, but with the same result.

It's likely rather aliases.pyc which is bad, so try removing that.
If in doubt, remove all .pyc files.

If one of them is bad, it's either because the stick wasn't ejected
properly at some point, or it suffers from data loss.

Regards,
Martin



More information about the Python-list mailing list