29 Jan
2004
29 Jan
'04
12:32 p.m.
Hi Michael, Michael Long schrieb:
Hi,
In the following environment I get this traceback. What does anyone have any suggestions on what is wrong.
zope 2.7.0-rc1 MySQL-python-0.9.3b1 ZMySQLDA-2.0.8 MySQL-Max-5.0.0-0
edev:/opt/zopeInstance/bin # ./runzope Traceback (most recent call last): [...] ImportError: No module named cPersistence
You need to read the README and at least a little of the docs. Apparently you just unpacked the source code and tried to start it right away. Setup of 2.7 is a bit different to 2.6.x, so you have to read. (try ./configure --help for a start) (also dont use runzope but zopectl start) Regards Tino Wildenhain