[Zope] LoginManager not installing
tomc@evetcia.com
tomc@evetcia.com
Fri, 22 Jun 2001 11:17:10 +1000
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C0FAB9.0F8C4A80
Content-Type: text/plain;
charset="iso-8859-1"
I have now got one step further on this. I have discovered that I needed to
build ZPatters (not explained anywhere in the LoginManager documentation -
that I could find)
I have done so, but now I get the following error when I look at the
LoginManager product:
Traceback (innermost last):
File "/usr/local/Zope/2-3-0/lib/python/OFS/Application.py", line 528, in
import_products
product=__import__(pname, global_dict, global_dict, silly)
File "/usr/local/Zope/2-3-0/lib/python/Products/LoginManager/__init__.py",
line 1, in ?
import LoginManager, LoginMethods, UserSources
File
"/usr/local/Zope/2-3-0/lib/python/Products/LoginManager/LoginManager.py",
line 121, in ?
raise 'InstallError', (
InstallError: No access file found at /usr/local/Zope/2-3-0 - see
INSTALL.txt
Sure enough I dont have an 'access' file at that location. Am I supposed to
have one? Everything seems to work fine in Zope and I have never needed one
before. Where would I find one?
Tom
=> -----Original Message-----
=> From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of
=> tomc@evetcia.com
=> Sent: Friday, 22 June 2001 10:09 AM
=> To: zope@zope.org
=> Subject: [Zope] LoginManager not installing
=>
=>
=> I have just downloaded LoginManager-0-8-8b1.tgz and
=> installed the product. I am using Zope 2.3.2 on FreeBSD 4.0
=> When I restart Zope the Login Manager Product is broken with
=> the following message:
=> Traceback (innermost last):
=> File
=> "/usr/local/Zope/2-3-0/lib/python/OFS/Application.py", line
=> 528, in import_products
=> product=__import__(pname, global_dict, global_dict, silly)
=> File
=> "/usr/local/Zope/2-3-0/lib/python/Products/LoginManager/__ini
=> t__.py", line 1, in ?
=> import LoginManager, LoginMethods, UserSources
=> File
=> "/usr/local/Zope/2-3-0/lib/python/Products/LoginManager/Login
=> Manager.py", line 8, in ?
=> from Products.ZPatterns.Specialists import Specialist
=> File
=> "/usr/local/Zope/2-3-0/lib/python/Products/ZPatterns/__init__
=> .py", line 1, in ?
=> import Rack, Specialists, Customizers,
=> AttributeProviders, SheetProviders
=> File
=> "/usr/local/Zope/2-3-0/lib/python/Products/ZPatterns/Rack.py"
=> , line 9, in ?
=> from DataSkins import DataSkin
=> File
=> "/usr/local/Zope/2-3-0/lib/python/Products/ZPatterns/DataSkin
=> s.py", line 1, in ?
=> from DynPersist import DynPersist
=> ImportError: No module named DynPersist
=> According to the release notes all required module are
=> included with the release. Is there something else I need installed?
=> BTW, The ZPatterns and PlugIn modules that came in the
=> distribution seem to have installed properly.
=> Tom
=>
------_=_NextPart_001_01C0FAB9.0F8C4A80
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV=3D"Content-Type" CONTENT=3D"text/html; =
charset=3Diso-8859-1">
<META NAME=3D"Generator" CONTENT=3D"MS Exchange Server version =
5.5.2653.12">
<TITLE>RE: [Zope] LoginManager not installing</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=3D2>I have now got one step further on this. I have =
discovered that I needed to build ZPatters (not explained anywhere in =
the LoginManager documentation - that I could find)</FONT></P>
<P><FONT SIZE=3D2>I have done so, but now I get the following error =
when I look at the LoginManager product:</FONT>
</P>
<P><FONT SIZE=3D2>Traceback (innermost last):</FONT>
<BR><FONT SIZE=3D2> File =
"/usr/local/Zope/2-3-0/lib/python/OFS/Application.py", line =
528, in import_products</FONT>
<BR><FONT SIZE=3D2> product=3D__import__(pname, =
global_dict, global_dict, silly)</FONT>
<BR><FONT SIZE=3D2> File =
"/usr/local/Zope/2-3-0/lib/python/Products/LoginManager/__init__.py=
", line 1, in ?</FONT>
<BR><FONT SIZE=3D2> import LoginManager, =
LoginMethods, UserSources</FONT>
<BR><FONT SIZE=3D2> File =
"/usr/local/Zope/2-3-0/lib/python/Products/LoginManager/LoginManage=
r.py", line 121, in ?</FONT>
<BR><FONT SIZE=3D2> raise 'InstallError', (</FONT>
<BR><FONT SIZE=3D2>InstallError: No access file found at =
/usr/local/Zope/2-3-0 - see INSTALL.txt</FONT>
</P>
<P><FONT SIZE=3D2>Sure enough I dont have an 'access' file at that =
location. Am I supposed to have one? Everything seems to work fine in =
Zope and I have never needed one before. Where would I find =
one?</FONT></P>
<P><FONT SIZE=3D2>Tom</FONT>
</P>
<BR>
<P><FONT SIZE=3D2>=3D> -----Original Message-----</FONT>
<BR><FONT SIZE=3D2>=3D> From: zope-admin@zope.org [<A =
HREF=3D"mailto:zope-admin@zope.org">mailto:zope-admin@zope.org</A>]On =
Behalf Of</FONT>
<BR><FONT SIZE=3D2>=3D> tomc@evetcia.com</FONT>
<BR><FONT SIZE=3D2>=3D> Sent: Friday, 22 June 2001 10:09 AM</FONT>
<BR><FONT SIZE=3D2>=3D> To: zope@zope.org</FONT>
<BR><FONT SIZE=3D2>=3D> Subject: [Zope] LoginManager not =
installing</FONT>
<BR><FONT SIZE=3D2>=3D> </FONT>
<BR><FONT SIZE=3D2>=3D> </FONT>
<BR><FONT SIZE=3D2>=3D> I have just downloaded =
LoginManager-0-8-8b1.tgz and </FONT>
<BR><FONT SIZE=3D2>=3D> installed the product. I am using Zope 2.3.2 =
on FreeBSD 4.0 </FONT>
<BR><FONT SIZE=3D2>=3D> When I restart Zope the Login Manager =
Product is broken with </FONT>
<BR><FONT SIZE=3D2>=3D> the following message: </FONT>
<BR><FONT SIZE=3D2>=3D> Traceback (innermost last): </FONT>
<BR><FONT SIZE=3D2>=3D> File </FONT>
<BR><FONT SIZE=3D2>=3D> =
"/usr/local/Zope/2-3-0/lib/python/OFS/Application.py", line =
</FONT>
<BR><FONT SIZE=3D2>=3D> 528, in import_products </FONT>
<BR><FONT SIZE=3D2>=3D> =
product=3D__import__(pname, global_dict, global_dict, silly) </FONT>
<BR><FONT SIZE=3D2>=3D> File </FONT>
<BR><FONT SIZE=3D2>=3D> =
"/usr/local/Zope/2-3-0/lib/python/Products/LoginManager/__ini</FONT=
>
<BR><FONT SIZE=3D2>=3D> t__.py", line 1, in ? </FONT>
<BR><FONT SIZE=3D2>=3D> import LoginManager, =
LoginMethods, UserSources </FONT>
<BR><FONT SIZE=3D2>=3D> File </FONT>
<BR><FONT SIZE=3D2>=3D> =
"/usr/local/Zope/2-3-0/lib/python/Products/LoginManager/Login</FONT=
>
<BR><FONT SIZE=3D2>=3D> Manager.py", line 8, in ? </FONT>
<BR><FONT SIZE=3D2>=3D> from =
Products.ZPatterns.Specialists import Specialist </FONT>
<BR><FONT SIZE=3D2>=3D> File </FONT>
<BR><FONT SIZE=3D2>=3D> =
"/usr/local/Zope/2-3-0/lib/python/Products/ZPatterns/__init__</FONT=
>
<BR><FONT SIZE=3D2>=3D> .py", line 1, in ? </FONT>
<BR><FONT SIZE=3D2>=3D> import Rack, =
Specialists, Customizers, </FONT>
<BR><FONT SIZE=3D2>=3D> AttributeProviders, SheetProviders </FONT>
<BR><FONT SIZE=3D2>=3D> File </FONT>
<BR><FONT SIZE=3D2>=3D> =
"/usr/local/Zope/2-3-0/lib/python/Products/ZPatterns/Rack.py"<=
/FONT>
<BR><FONT SIZE=3D2>=3D> , line 9, in ? </FONT>
<BR><FONT SIZE=3D2>=3D> from DataSkins =
import DataSkin </FONT>
<BR><FONT SIZE=3D2>=3D> File </FONT>
<BR><FONT SIZE=3D2>=3D> =
"/usr/local/Zope/2-3-0/lib/python/Products/ZPatterns/DataSkin</FONT=
>
<BR><FONT SIZE=3D2>=3D> s.py", line 1, in ? </FONT>
<BR><FONT SIZE=3D2>=3D> from DynPersist =
import DynPersist </FONT>
<BR><FONT SIZE=3D2>=3D> ImportError: No module named DynPersist =
</FONT>
<BR><FONT SIZE=3D2>=3D> According to the release notes all required =
module are </FONT>
<BR><FONT SIZE=3D2>=3D> included with the release. Is there =
something else I need installed?</FONT>
<BR><FONT SIZE=3D2>=3D> BTW, The ZPatterns and PlugIn modules that =
came in the </FONT>
<BR><FONT SIZE=3D2>=3D> distribution seem to have installed =
properly. </FONT>
<BR><FONT SIZE=3D2>=3D> Tom </FONT>
<BR><FONT SIZE=3D2>=3D> </FONT>
</P>
</BODY>
</HTML>
------_=_NextPart_001_01C0FAB9.0F8C4A80--