[Zope] LoginManager not installing

Jeremiah White miah34@msn.com
Thu, 21 Jun 2001 20:32:50 -0500


------=_NextPart_001_0000_01C0FA91.571575C0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

As I was just recently told myself...
 =20
Put a file called 'access' at that location.

Jeremiah =20
 =20
----- Original Message -----
From: tomc@evetcia.com
Sent: Thursday, June 21, 2001 8:21 PM
To: zope@zope.org
Subject: RE: [Zope] LoginManager not installing
 =20
I have now got one step further on this. I have discovered that I needed =
to build ZPatters (not explained anywhere in the LoginManager documentati=
on - that I could find)
I have done so, but now I get the following error when I look at the Logi=
nManager product: =20
Traceback (innermost last): =20
  File "/usr/local/Zope/2-3-0/lib/python/OFS/Application.py", line 528, i=
n import_products =20
    product=3D__import__(pname, global_dict, global_dict, silly) =20
  File "/usr/local/Zope/2-3-0/lib/python/Products/LoginManager/__init__.p=
y", line 1, in ? =20
    import LoginManager, LoginMethods, UserSources =20
  File "/usr/local/Zope/2-3-0/lib/python/Products/LoginManager/LoginManag=
er.py", line 121, in ? =20
    raise 'InstallError', ( =20
InstallError: No access file found at /usr/local/Zope/2-3-0 - see INSTALL=
.txt =20
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 neede=
d one before. Where would I find one?
Tom =20


=3D> -----Original Message----- =20
=3D> From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of =20
=3D> tomc@evetcia.com =20
=3D> Sent: Friday, 22 June 2001 10:09 AM =20
=3D> To: zope@zope.org =20
=3D> Subject: [Zope] LoginManager not installing =20
=3D> =20
=3D> =20
=3D> I have just downloaded LoginManager-0-8-8b1.tgz and =20
=3D> installed the product. I am using Zope 2.3.2 on FreeBSD 4.0 =20
=3D> When I restart Zope the Login Manager Product is broken with =20
=3D> the following message: =20
=3D> Traceback (innermost last): =20
=3D>   File =20
=3D> "/usr/local/Zope/2-3-0/lib/python/OFS/Application.py", line =20
=3D> 528, in import_products =20
=3D>     product=3D__import__(pname, global_dict, global_dict, silly) =20
=3D>   File =20
=3D> "/usr/local/Zope/2-3-0/lib/python/Products/LoginManager/__ini =20
=3D> t__.py", line 1, in ? =20
=3D>     import LoginManager, LoginMethods, UserSources =20
=3D>   File =20
=3D> "/usr/local/Zope/2-3-0/lib/python/Products/LoginManager/Login =20
=3D> Manager.py", line 8, in ? =20
=3D>     from Products.ZPatterns.Specialists import Specialist =20
=3D>   File =20
=3D> "/usr/local/Zope/2-3-0/lib/python/Products/ZPatterns/__init__ =20
=3D> .py", line 1, in ? =20
=3D>     import Rack, Specialists, Customizers, =20
=3D> AttributeProviders, SheetProviders =20
=3D>   File =20
=3D> "/usr/local/Zope/2-3-0/lib/python/Products/ZPatterns/Rack.py" =20
=3D> , line 9, in ? =20
=3D>     from DataSkins import DataSkin =20
=3D>   File =20
=3D> "/usr/local/Zope/2-3-0/lib/python/Products/ZPatterns/DataSkin =20
=3D> s.py", line 1, in ? =20
=3D>     from DynPersist import DynPersist =20
=3D> ImportError: No module named DynPersist =20
=3D> According to the release notes all required module are =20
=3D> included with the release. Is there something else I need installed?=
 =20
=3D> BTW, The ZPatterns and PlugIn modules that came in the =20
=3D> distribution seem to have installed properly. =20
=3D> Tom =20
=3D> Get more from the Web.  FREE MSN Explorer download : http://explorer=
.msn.com

------=_NextPart_001_0000_01C0FA91.571575C0
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<HTML><BODY STYLE=3D"font:10pt verdana; border:none;"><DIV> <DIV>As I was=
 just recently told myself...</DIV> <DIV>&nbsp;</DIV> <DIV>Put a file cal=
led&nbsp;'access' at that location.</DIV> <DIV>&nbsp;</DIV> <DIV>Jeremiah=
&nbsp;</DIV></DIV> <DIV>&nbsp;</DIV> <BLOCKQUOTE style=3D"PADDING-RIGHT: =
0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid;=
 MARGIN-RIGHT: 0px"> <DIV style=3D"FONT: 10pt Arial">----- Original Messa=
ge -----</DIV> <DIV style=3D"BACKGROUND: #e4e4e4; FONT: 10pt Arial; COLOR=
: black"><B>From:</B> tomc@evetcia.com</DIV> <DIV style=3D"FONT: 10pt Ari=
al"><B>Sent:</B> Thursday, June 21, 2001 8:21 PM</DIV> <DIV style=3D"FONT=
: 10pt Arial"><B>To:</B> zope@zope.org</DIV> <DIV style=3D"FONT: 10pt Ari=
al"><B>Subject:</B> RE: [Zope] LoginManager not installing</DIV> <DIV>&nb=
sp;</DIV> <META content=3D"MS Exchange Server version 5.5.2653.12" name=3D=
Generator> <P><FONT size=3D2>I have now got one step further on this. I h=
ave 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 (inner=
most last):</FONT> <BR><FONT size=3D2>&nbsp; File "/usr/local/Zope/2-3-0/=
lib/python/OFS/Application.py", line 528, in import_products</FONT> <BR><=
FONT size=3D2>&nbsp;&nbsp;&nbsp; product=3D__import__(pname, global_dict,=
 global_dict, silly)</FONT> <BR><FONT size=3D2>&nbsp; File "/usr/local/Zo=
pe/2-3-0/lib/python/Products/LoginManager/__init__.py", line 1, in ?</FON=
T> <BR><FONT size=3D2>&nbsp;&nbsp;&nbsp; import LoginManager, LoginMethod=
s, UserSources</FONT> <BR><FONT size=3D2>&nbsp; File "/usr/local/Zope/2-3=
-0/lib/python/Products/LoginManager/LoginManager.py", line 121, in ?</FON=
T> <BR><FONT size=3D2>&nbsp;&nbsp;&nbsp; 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 h=
ave an 'access' file at that location. Am I supposed to have one? Everyth=
ing 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><FO=
NT size=3D2>=3D&gt; -----Original Message-----</FONT> <BR><FONT size=3D2>=
=3D&gt; 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=
&gt; tomc@evetcia.com</FONT> <BR><FONT size=3D2>=3D&gt; Sent: Friday, 22 =
June 2001 10:09 AM</FONT> <BR><FONT size=3D2>=3D&gt; To: zope@zope.org</F=
ONT> <BR><FONT size=3D2>=3D&gt; Subject: [Zope] LoginManager not installi=
ng</FONT> <BR><FONT size=3D2>=3D&gt; </FONT><BR><FONT size=3D2>=3D&gt; </=
FONT><BR><FONT size=3D2>=3D&gt; I have just downloaded LoginManager-0-8-8=
b1.tgz and </FONT><BR><FONT size=3D2>=3D&gt; installed the product. I am =
using Zope 2.3.2 on FreeBSD 4.0 </FONT><BR><FONT size=3D2>=3D&gt; When I =
restart Zope the Login Manager Product is broken with </FONT><BR><FONT si=
ze=3D2>=3D&gt; the following message: </FONT><BR><FONT size=3D2>=3D&gt; T=
raceback (innermost last): </FONT><BR><FONT size=3D2>=3D&gt;&nbsp;&nbsp; =
File </FONT><BR><FONT size=3D2>=3D&gt; "/usr/local/Zope/2-3-0/lib/python/=
OFS/Application.py", line </FONT><BR><FONT size=3D2>=3D&gt; 528, in impor=
t_products </FONT><BR><FONT size=3D2>=3D&gt;&nbsp;&nbsp;&nbsp;&nbsp; prod=
uct=3D__import__(pname, global_dict, global_dict, silly) </FONT><BR><FONT=
 size=3D2>=3D&gt;&nbsp;&nbsp; File </FONT><BR><FONT size=3D2>=3D&gt; "/us=
r/local/Zope/2-3-0/lib/python/Products/LoginManager/__ini</FONT> <BR><FON=
T size=3D2>=3D&gt; t__.py", line 1, in ? </FONT><BR><FONT size=3D2>=3D&gt=
;&nbsp;&nbsp;&nbsp;&nbsp; import LoginManager, LoginMethods, UserSources =
</FONT><BR><FONT size=3D2>=3D&gt;&nbsp;&nbsp; File </FONT><BR><FONT size=3D=
2>=3D&gt; "/usr/local/Zope/2-3-0/lib/python/Products/LoginManager/Login</=
FONT> <BR><FONT size=3D2>=3D&gt; Manager.py", line 8, in ? </FONT><BR><FO=
NT size=3D2>=3D&gt;&nbsp;&nbsp;&nbsp;&nbsp; from Products.ZPatterns.Speci=
alists import Specialist </FONT><BR><FONT size=3D2>=3D&gt;&nbsp;&nbsp; Fi=
le </FONT><BR><FONT size=3D2>=3D&gt; "/usr/local/Zope/2-3-0/lib/python/Pr=
oducts/ZPatterns/__init__</FONT> <BR><FONT size=3D2>=3D&gt; .py", line 1,=
 in ? </FONT><BR><FONT size=3D2>=3D&gt;&nbsp;&nbsp;&nbsp;&nbsp; import Ra=
ck, Specialists, Customizers, </FONT><BR><FONT size=3D2>=3D&gt; Attribute=
Providers, SheetProviders </FONT><BR><FONT size=3D2>=3D&gt;&nbsp;&nbsp; F=
ile </FONT><BR><FONT size=3D2>=3D&gt; "/usr/local/Zope/2-3-0/lib/python/P=
roducts/ZPatterns/Rack.py"</FONT> <BR><FONT size=3D2>=3D&gt; , line 9, in=
 ? </FONT><BR><FONT size=3D2>=3D&gt;&nbsp;&nbsp;&nbsp;&nbsp; from DataSki=
ns import DataSkin </FONT><BR><FONT size=3D2>=3D&gt;&nbsp;&nbsp; File </F=
ONT><BR><FONT size=3D2>=3D&gt; "/usr/local/Zope/2-3-0/lib/python/Products=
/ZPatterns/DataSkin</FONT> <BR><FONT size=3D2>=3D&gt; s.py", line 1, in ?=
 </FONT><BR><FONT size=3D2>=3D&gt;&nbsp;&nbsp;&nbsp;&nbsp; from DynPersis=
t import DynPersist </FONT><BR><FONT size=3D2>=3D&gt; ImportError: No mod=
ule named DynPersist </FONT><BR><FONT size=3D2>=3D&gt; According to the r=
elease notes all required module are </FONT><BR><FONT size=3D2>=3D&gt; in=
cluded with the release. Is there something else I need installed?</FONT>=
 <BR><FONT size=3D2>=3D&gt; BTW, The ZPatterns and PlugIn modules that ca=
me in the </FONT><BR><FONT size=3D2>=3D&gt; distribution seem to have ins=
talled properly. </FONT><BR><FONT size=3D2>=3D&gt; Tom </FONT><BR><FONT s=
ize=3D2>=3D&gt; </FONT></P></BLOCKQUOTE></BODY></HTML><br clear=3Dall><hr=
>Get more from the Web.  FREE MSN Explorer download : <a href=3D'http://e=
xplorer.msn.com'>http://explorer.msn.com</a><br></p>

------=_NextPart_001_0000_01C0FA91.571575C0--