On Mon, 2008-01-28 at 06:38 -0800, walterbyrd wrote:
> Now I'm having new troubles. I keep getting this error:
> 
> ValueError: bad marshal data
> 
> I have no idea what this means. 

It means you have corrupt .pyc files.  If you're on *nix you can just
execute:

find myPylonsApp -name "*.pyc" -exec rm {} \;

If that doesn't fix it, you might need to do the same thing in your
site-packages directory, but that's less likely.

Regards,
Cliff



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to