Problem with TinyTables under 1.11pr?
Hi, I wanted to start messing with ZServer, so I downloaded the pre-release of 1.11, installed it, copied all the stuff I needed from 1.10 using "cp -Ru zope-old/* zope-new/*" started the new ZopeHTTPServer just to check things out, andwas tremendously chagrinned to find out that the two tiny tables in my app showed up as broken. I went and checked the permissions, etc, and couldn't find any problems, the rest of my site including the ZMySQLDA (which initially caused me no end of grief) were all working. What am I missing here? Thanks. -- Stand Fast, tjg. ============================================================== Timothy Grant VP Technology/CTO Avalon Technology Group, Inc. tjg@avalongroup.net www.avalongroup.net (503) 246-3630 (503) 246-3124 fax
In article <Pine.LNX.4.04.9905081040580.9877-100000@aslan.avalongroup.net>, Timothy Grant <tjg@avalongroup.net> wrote:
Hi,
I wanted to start messing with ZServer, so I downloaded the pre-release of 1.11, installed it, copied all the stuff I needed from 1.10 using "cp -Ru zope-old/* zope-new/*" started the new ZopeHTTPServer just to check things out, andwas tremendously chagrinned to find out that the two tiny tables in my app showed up as broken. [...] What am I missing here?
DC moved some modules around. Find the line: from PersistentMapping import PersistentMapping In TinyTable.py and change it to: from BoboPOS.PersistentMapping import PersistentMapping and it will be happy. The next TinyTables will adjust for either location of PersistentMapping.
Ty Sarna wrote:
DC moved some modules around. Find the line:
from PersistentMapping import PersistentMapping
In TinyTable.py and change it to:
from BoboPOS.PersistentMapping import PersistentMapping
and it will be happy. The next TinyTables will adjust for either location of PersistentMapping.
I am assuming that this applies to TinyTables Beta 2. I have attempted to install and patch this product under Zope 2.0.0a1, but without success. Without the patch, Zope starts up, but the product shows up as broken. With the patch, Zope refuses to start. Any ideas? Michael Bernstein.
participants (3)
-
Michael Bernstein -
Timothy Grant -
tsarnaļ¼ endicor.com