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__.py, line 1, in ? File /usr/local/Zope-2.3.0-linux2-x86/lib/python/Products/LoginManager/LoginManager.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 ************************
Gitte Wange wrote :
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__. py, line 1, in ? File /usr/local/Zope-2.3.0-linux2-x86/lib/python/Products/LoginManager/LoginMana ger.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 ?
Take a look at the README file of ZPatterns, everything is explained here... -- Bertrand Croq - VIRTUAL NET (http://www.virtual-net.fr) 80, avenue des Buttes de Coesmes - 35700 RENNES tel: +33 2 23 21 06 30 - fax: +33 2 99 38 16 85
Ok, Gitte has come across a variety of problems commonly experienced by new users. I thought I would post somebits of advice for the newbies on the list, especially those who are perhaps not used to dealing with open source code. 1. It is worth your while to postpone starting your project for the several hours it takes to go through the Zope book. Apparently, you should also read chapter 3 of Dieter's book. The Zope book is available at http://www.zope.org/Members/michel/ZB Dieter's chapter is available at http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html 2. Most, if not all downloadable products have a README file or an INSTALL file that describe how to get them running. It is important to check this file, as sometimes it is necessary to import files through the web interface, orcompile C code before a product will work 3. ALWAYS include the traceback of your error when you are posting to the list. In 90% of cases, people will not be able to help you unless they know what specific error you have. Failing to include the traceback just introduces a mailing list round trip latency while we all send you email requesting the traceback. In the rare instances where people can help without the traceback, it is because the problem occurs often. In that case, you should have found it in the searchable mailing list archive. 4. Always perform a brief search of the mailing list archive at http://groups.yahoo.com/group/zope Don't kill youself trying to discover the answer yourself, but it does show respect to those of us who spend a considerable amount of our time reading and responding to the mailing list, if you try to solve your problems yourself. 5. you might get a quicker response from the IRC channel. I have never used it, so I cannot comment. You will find info on the zope.org website. 6. There is a TON of documentation at http://www.zope.org, and lots of other resources linked to from that site. Check out (not surprisingly) the Documentation and Resources sections of the site. 7. It is supposedly not a requirement, but you will never be a Zope power user without, at least, some basic python skills. Read through the tutorial linked from http://www.python.org/doc/ It will only take a couple of hours, and will clarify a LOT of syntax that you will see inside Zope. Quite frankly, I don't know why people keep insisting that you don't need to know python. Really, you do. You need to know it because it is cool, hip, nifty, and USEFUL. 8. Read the mailing lists. Don't just use them to ask questions, read the list religiously. You will learn lots by seeing how others' problems are solved. Also, you will remember if someone else hasposted about your problem, and you will have more success finding answers in the archives. I hope that others on this mailing list will contribute to this list of newbie advice (advii?), and maybe someone can post it somewhere where newbie's might even find it... --sam -- ---------------------------------------------------- "The computer can't tell you the emotional story. It can give you the exact mathematical design, but what's missing is the eyebrows." --Frank Zappa
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of sam gendler Sent: Wednesday, March 28, 2001 8:49 AM To: Gitte Wange Cc: zope@zope.org Subject: [Zope] newbie advice
Ok, Gitte has come across a variety of problems commonly experienced by new users. I thought I would post somebits of advice for the newbies on the list, especially those who are perhaps not used to dealing with open source code.
<Excellent advise deleted> Couldn't this be added to the zope download page? SHOULDN'T this be added to the zope download page?
participants (4)
-
Bertrand Croq -
Gitte Wange -
sam gendler -
Steve Drees