[Zope] LoginManager and Zope 2.3.0
Milos Prudek
milos.prudek@worldonline.cz
Wed, 28 Feb 2001 20:57:49 -0500
I installed LoginManager 0-8-8b1 but it shows as a broken product under
Zope 2.3.0
Traceback says: File
"/usr/local/Zope-2.3.0-linux2-x86/lib/python/Products/ZPatterns/DataSkins.py",
line 1, in ?
from DynPersist import DynPersist
ImportError: No module named DynPersist
Search for DynPersist on zope.org reveals that I should compile
DynPersist.c in the /lib/python/Products/ZPatterns directory. But it
requires various headers which I have spread around lib/python, but
obviously gcc cannot find them.
I use binary Zope 2.3.0 package.
Should I be using Zope compiled from source?
Do I need to compile DynPersist.c? Where should I place the result?
--
Milos Prudek