[Zope] unable to instanciate product instance
Dieter Maurer
dieter@handshake.de
Tue, 18 Dec 2001 23:44:35 +0100
Jerry McRae writes:
> I did a silly thing. I was testing something in my product class, and I
> foolish put a lambda method in my class. Consequently, the class no
> longer works, AND I cannot display the containing folder because it
> breaks trying to restore the class. I could find no related items in
> the list.
>
> How do I delete items from my folder if I cannot display the folder?
Revert your class to the previous state.
With a bit of luck, the problem will disappear...
Dieter