-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Glenn Gillis wrote: > Jens Vagelpohl wrote: >> On 14 Nov 2006, at 02:34, Glenn Gillis wrote: >> >>>> I'm stuck on this error attempting to start Zope 2.9.5 with Python 2.4.3 >>>> on a FreeBSD 4.11-RELEASE-p22 box: >>>> >>>> "ImportError: No module named cPersistence" >> I'm afraid this has nothing to do with the zope.conf file you quoted so >> judiciously. Did you actually *compile* Zope..? > > Ah, yes. "./configure", "make", "make instance".
You didn't install it. If you want to use the "working directory" in which you unpacked the tarball your SOFTWARE_HOME, you need to run 'make inplace', too. Otherwise, you should run 'make install' (assuming you passed an appropriate prefix to 'configure') and then re-do the 'make instance' bit from the installed tree. Tres. - -- =================================================================== Tres Seaver +1 202-558-7113 [EMAIL PROTECTED] Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFW3Q4+gerLs4ltQ4RAix6AJ9q0fTxjnMtMyFj5oxGJwslE2rxCgCgrf4s E/n1Uq8gfl2bOly8WkBnEj0= =DZqO -----END PGP SIGNATURE----- _______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
