ZClass in Mounted Storage breaks on 2.5.0 upgrade
Just my luck. Upgrading from Zope 2.4.1 to 2.5.0 on Linux. I'm using instances. After switching over PYTHONHOME to the 2.5 version of Zope, ZClass instances contained in MountedStorage folders are broken. However if I copy and Paste them into the main ZODB they come back to life. Is this a known issue? Brad Clements, bkc@murkworks.com (315)268-1000 http://www.murkworks.com (315)268-9812 Fax AOL-IM: BKClements
ZClass instances contained in MountedStorage folders are broken.
However if I copy and Paste them into the main ZODB they come back to life.
Is this a known issue?
No.... :-( If you start a Zope debugger session "cd lib/python; python2.1; import Zope; app=Zope.app()" and access the instance in the mounted database like "app.mount.zclassinstance", does that work?
participants (2)
-
Brad Clements -
Chris McDonough