[Zope] LoginManager - problem when starting Zope
Mayers, Philip J
p.mayers@ic.ac.uk
Wed, 28 Mar 2001 14:41:10 +0100
DynPersist is part of the code you downloaded, but it's a C module. To
compile:
cd lib/python/Products/PlugIns
cp ../../Makefile.pre.in .
make -f Makefile.pre.in boot
make
Restart Zope.
Regards,
Phil
+----------------------------------+
| Phil Mayers, Network Support |
| Centre for Computing Services |
| Imperial College |
+----------------------------------+
-----Original Message-----
From: Gitte Wange [mailto:gitte@babytux.dk]
Sent: 28 March 2001 14:33
To: zope@zope.org
Subject: [Zope] LoginManager - problem when starting Zope
Hello,
I have tried to install LoginManager because I need something to handle
UserLogins through a webinterface (and Zope should be good for this
right?)
The error I get when Zope starts is:
2001-03-28T13:19:52 ERROR(200) Zope Couldn't import
Products.LoginManager
Traceback (innermost last):
File /usr/local/Zope-2.3.0-linux2-x86/lib/python/OFS/Application.py,
line 530, in import_products
(Object: string)
File
/usr/local/Zope-2.3.0-linux2-x86/lib/python/Products/LoginManager/__init__.p
y, line 1, in ?
File
/usr/local/Zope-2.3.0-linux2-x86/lib/python/Products/LoginManager/LoginManag
er.py, line 8, in ?
File
/usr/local/Zope-2.3.0-linux2-x86/lib/python/Products/ZPatterns/__init__.py,
line 1, in ?
File
/usr/local/Zope-2.3.0-linux2-x86/lib/python/Products/ZPatterns/Rack.py,
line 9, in ?
File
/usr/local/Zope-2.3.0-linux2-x86/lib/python/Products/ZPatterns/DataSkins.py,
line 1, in ?
ImportError: No module named DynPersist
What is DynPersist ?
--
************************
Gitte Wange Jensen
System Squid Developer
MMManager Aps
+45 29 72 79 72
gitte@mmmanager.org
************************
_______________________________________________
Zope maillist - Zope@zope.org
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )