[Zope] ZPatterns 0.4.1snap1 + LoginManager 0.8.7a1 + Zope 2.1.6 + Win2000

2000-08-20 Thread Gijs Reulen

Hello

I have installed ZPaterns 0.4.1snap1 with a Dynpersist.pyd (compiled for
Win32) I found on zope.org. And then installed the LoginManager. However,
LoginManager appears broken when looking at the installed Products. It shows
the traceback below. The problems seems to be in Zpatterns. Has anybody ever
installed ZPatterns successfully on Win32 ? Which versions ? Any ideas or
solutions ?!

Gijs Reulen

LoginManager Import Traceback
Traceback (innermost last):
  File "C:\PROGRA~1\ZOPE_216\lib\python\OFS\Application.py", line 387, in
import_products
product=__import__(pname, global_dict, global_dict, silly)
  File "C:\Program
Files\Zope_216\lib\python\Products\LoginManager\__init__.py", line 1, in ?
import LoginManager, LoginMethods, UserSources
  File "C:\Program
Files\Zope_216\lib\python\Products\LoginManager\LoginManager.py", line 7, in
?
from Products.ZPatterns.PlugIns import PlugInGroup
  File "C:\Program
Files\Zope_216\lib\python\Products\ZPatterns\__init__.py", line 1, in ?
import Rack, Specialists, Customizers, AttributeProviders,
SheetProviders
  File "C:\Program Files\Zope_216\lib\python\Products\ZPatterns\Rack.py",
line 1, in ?
from DataManagers import DataManager
  File "C:\Program
Files\Zope_216\lib\python\Products\ZPatterns\DataManagers.py", line 7, in ?
from AttributeProviders import AttributeProvider
  File "C:\Program
Files\Zope_216\lib\python\Products\ZPatterns\AttributeProviders.py", line 1,
in ?
from Proxy import ProxyManager
  File "C:\Program Files\Zope_216\lib\python\Products\ZPatterns\Proxy.py",
line 2, in ?
from AccessControl import getSecurityManager
ImportError: cannot import name getSecurityManager



___
Zope maillist  -  [EMAIL PROTECTED]
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 )




Re: [Zope] ZPatterns 0.4.1snap1 + LoginManager 0.8.7a1 + Zope 2.1.6 + Win2000

2000-08-20 Thread Chris Withers

Gijs Reulen wrote:
Files\Zope_216\lib\python\Products\ZPatterns\Proxy.py",
 line 2, in ?
 from AccessControl import getSecurityManager
 ImportError: cannot import name getSecurityManager

It looks like 0.4.1snap1 needs Zope 2.2 for the new Security interface.
I see from the path you're using 2.1.6, I suspect that's the problem.

cheers,

Chris

___
Zope maillist  -  [EMAIL PROTECTED]
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 )




[Zope] ZPatterns 0.4.1snap1 + LoginManager 0.8.7a1 + Zope 2.1.6 + Win2000

2000-08-20 Thread Gijs Reulen



-Oorspronkelijk bericht-
Van: Gijs Reulen [mailto:[EMAIL PROTECTED]]
Verzonden: zondag 20 augustus 2000 12:00
Aan: Chris Withers
Onderwerp: RE: [Zope] ZPatterns 0.4.1snap1 + LoginManager 0.8.7a1 + Zope
2.1.6 + Win2000


Yes you're correct: I installed everything with 2.2 and it worked fine. I
did want to wait with 2.2 as long as I could but seems I have to change
versions now.
Anyway, thank you.

Gijs Reulen

 -Oorspronkelijk bericht-
 Van: Chris Withers [mailto:[EMAIL PROTECTED]]
 Verzonden: zondag 20 augustus 2000 11:48
 Aan: Gijs Reulen
 CC: Mailinglist Zope
 Onderwerp: Re: [Zope] ZPatterns 0.4.1snap1 + LoginManager 0.8.7a1 + Zope
 2.1.6 + Win2000


 Gijs Reulen wrote:
 Files\Zope_216\lib\python\Products\ZPatterns\Proxy.py",
  line 2, in ?
  from AccessControl import getSecurityManager
  ImportError: cannot import name getSecurityManager

 It looks like 0.4.1snap1 needs Zope 2.2 for the new Security interface.
 I see from the path you're using 2.1.6, I suspect that's the problem.

 cheers,

 Chris



___
Zope maillist  -  [EMAIL PROTECTED]
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 )