From: sherlock c. <wr...@cr...> - 2001-09-04 18:26:32
|
I've got the latest boa from cvs and i'm running zope 2.4.0 -- when i try to access my zope from boa, i get the following error: 13:35:48: Traceback (most recent call last): 13:35:48: File "Explorers/Explorer.py", line 365, in OnSelect 13:35:48: self.selectTreeItem(item) 13:35:48: File "Explorers/Explorer.py", line 343, in selectTreeItem 13:35:48: self.list.refreshItems(imgs, data) 13:35:48: File "Explorers/Explorer.py", line 231, in refreshItems 13:35:48: try: self.items = explNode.openList() 13:35:48: File "Explorers/ZopeExplorer.py", line 183, in openList 13:35:48: raise Utils.html2txt(error.faultString) 13:35:48: Unexpected Zope exception: cannot marshal objects I thought perhaps this was related to my running wxPython 2.3.1, so i made the effort to back down to 2.3.0 yet still received the same error. ~c |