On Jan 28, 8:00 am, Cliff Wells <[EMAIL PROTECTED]> wrote:
> 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 {} \;
>
That did it. Thank you for all your help.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---