Hello everyone, I've begun maintening a project using lots of classes and the first objective is to port this project to zope. Well, I create one of my object inheriting from SimpleItem (I want this object to be persistent) but now I've got this strange error : Module ZPublisher.Publish, line 92, in publish Module Zope.App.startup, line 215, in startup TypeError: Sequence item 3: expected string, int found I know what it mean but I fail to see what this means in zope context. -- (�> Nicolas �vrard / ) Li�ge - Belgique ^^
Nicolas Evrard wrote:
Module ZPublisher.Publish, line 92, in publish Module Zope.App.startup, line 215, in startup TypeError: Sequence item 3: expected string, int found
I know what it mean but I fail to see what this means in zope context.
What version of Zope are you using? What is on line 215 of Zope/App/startup.py? Chris
participants (2)
-
Chris Withers -
Nicolas Evrard