[Zope] Caveat emptor: Re: [Zope] problem installing login manager

2000-11-03 Thread MANUEL JOSE AMADOR BRIZ
Once you get DynPersist, if you\'re using the latest version of LoginManager you will still get an error about the plugins. (something about registerhelp contexthelp don\'t remember) Quick fix: cd into lib/python/Products/PlugIns edit the file __init__.py at line 7 there is a function called

Re: [Zope] problem installing login manager

2000-10-29 Thread Morten W. Petersen
On Sun, 29 Oct 2000, Henny van der Linde wrote: [...] Files\WebSite22\lib\python\Products\ZPatterns\DataSkins.py", line 1, in ? from DynPersist import DynPersist ImportError: No module named DynPersist What 's happening? You probably need to compile the DynPersist.c file into a shared

Re: [Zope] problem installing login manager

2000-10-29 Thread Jason Byron
You need to compile the DynPersist.c file for ZPatters to work. put a "Makefile.pre.in" file in the ZPatterns directory. (there is one in the lib/python dir, but any should work) then do a "make -f Makefile.pre.in boot" and then a "make" in the ZPatterns directory. Then it should be OK. -

[Zope] problem installing login manager

2000-10-29 Thread Henny van der Linde
Hi,I just installed Zope 2.2.2 and tried to install the latest version of LoginManager.It failed:LoginManager Import TracebackTraceback (innermost last): File "C:\Program Files\WebSite22\lib\python\OFS\Application.py", line 397,in import_products product=__import__(pname, global_dict,

Re: [Zope] problem installing login manager

2000-10-29 Thread Phil Harris
Henny, You also need the ZPatterns product, which you then have to compile to get the dynpersist.pyd file. hth Phil - Original Message - From: Henny van der Linde To: Zope mailing list Sent: Monday, October 30, 2000 12:27 AM Subject: [Zope] problem installing login manager Hi, I

Re: [Zope] problem installing login manager/Zpatterns

2000-10-29 Thread Henny van der Linde
Hi, - Original Message - From: "Phil Harris" [EMAIL PROTECTED] To: "Henny van der Linde" [EMAIL PROTECTED]; "Zope mailing list" [EMAIL PROTECTED] Sent: Saturday, October 28, 2000 11:58 PM Subject: Re: [Zope] problem installing login manager Henny, You a

[Zope] problem installing login manager

2000-10-28 Thread Henny van der Linde
Hi, I just installed Zope 2.2.2 and tried to install the latest version of Login Manager. It failed: LoginManager Import Traceback Traceback (innermost last): File "C:\Program Files\WebSite22\lib\python\OFS\Application.py", line 397, in import_products product=__import__(pname,