[Zope] LoginManager not installing
tomc@evetcia.com
tomc@evetcia.com
Fri, 22 Jun 2001 11:49:01 +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_01C0FABD.82C9CC80
Content-Type: text/plain;
charset="iso-8859-1"
-----Original Message-----
From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Jeremiah
White
Sent: Friday, 22 June 2001 11:33 AM
To: Tom Cameron; zope@zope.org
Subject: Re: [Zope] LoginManager not installing
As I was just recently told myself...
Put a file called 'access' at that location.
Jeremiah
----- Original Message -----
From: tomc@evetcia.com
Sent: Thursday, June 21, 2001 8:21 PM
To: zope@zope.org
Subject: RE: [Zope] LoginManager not installing
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
<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
=>
_____
Get more from the Web. FREE MSN Explorer download : http://explorer.msn.com
<http://explorer.msn.com>
------_=_NextPart_001_01C0FABD.82C9CC80
Content-Type: text/html;
charset="iso-8859-1"
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META content="MSHTML 5.00.2920.0" name=GENERATOR></HEAD>
<BODY
style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; BORDER-RIGHT: medium none; BORDER-TOP: medium none; FONT: 10pt verdana">
<DIV> </DIV>
<BLOCKQUOTE
style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px">
<DIV align=left class=OutlookMessageHeader dir=ltr><FONT face=Tahoma
size=2>-----Original Message-----<BR><B>From:</B> zope-admin@zope.org
[mailto:zope-admin@zope.org]<B>On Behalf Of </B>Jeremiah White<BR><B>Sent:</B>
Friday, 22 June 2001 11:33 AM<BR><B>To:</B> Tom Cameron;
zope@zope.org<BR><B>Subject:</B> Re: [Zope] LoginManager not
installing<BR><BR></DIV></FONT>
<DIV>
<DIV>As I was just recently told myself...</DIV>
<DIV> </DIV>
<DIV>Put a file called 'access' at that location.</DIV>
<DIV> </DIV>
<DIV>Jeremiah </DIV></DIV>
<DIV> </DIV>
<BLOCKQUOTE
style="BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
<DIV style="FONT: 10pt Arial">----- Original Message -----</DIV>
<DIV
style="BACKGROUND: #e4e4e4; COLOR: black; FONT: 10pt Arial"><B>From:</B>
tomc@evetcia.com</DIV>
<DIV style="FONT: 10pt Arial"><B>Sent:</B> Thursday, June 21, 2001 8:21
PM</DIV>
<DIV style="FONT: 10pt Arial"><B>To:</B> zope@zope.org</DIV>
<DIV style="FONT: 10pt Arial"><B>Subject:</B> RE: [Zope] LoginManager not
installing</DIV>
<DIV> </DIV>
<META content="MS Exchange Server version 5.5.2653.12" name=Generator>
<P><FONT size=2>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=2>I have done so, but now I get the following error when I
look at the LoginManager product:</FONT> </P>
<P><FONT size=2>Traceback (innermost last):</FONT> <BR><FONT size=2>
File "/usr/local/Zope/2-3-0/lib/python/OFS/Application.py", line 528, in
import_products</FONT> <BR><FONT size=2>
product=__import__(pname, global_dict, global_dict, silly)</FONT> <BR><FONT
size=2> File
"/usr/local/Zope/2-3-0/lib/python/Products/LoginManager/__init__.py", line
1, in ?</FONT> <BR><FONT size=2> import LoginManager,
LoginMethods, UserSources</FONT> <BR><FONT size=2> File
"/usr/local/Zope/2-3-0/lib/python/Products/LoginManager/LoginManager.py",
line 121, in ?</FONT> <BR><FONT size=2> raise
'InstallError', (</FONT> <BR><FONT size=2>InstallError: No access file found
at /usr/local/Zope/2-3-0 - see INSTALL.txt</FONT> </P>
<P><FONT size=2>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=2>Tom</FONT> </P><BR>
<P><FONT size=2>=> -----Original Message-----</FONT> <BR><FONT
size=2>=> From: zope-admin@zope.org [<A
href="mailto:zope-admin@zope.org">mailto:zope-admin@zope.org</A>]On Behalf
Of</FONT> <BR><FONT size=2>=> tomc@evetcia.com</FONT> <BR><FONT
size=2>=> Sent: Friday, 22 June 2001 10:09 AM</FONT> <BR><FONT
size=2>=> To: zope@zope.org</FONT> <BR><FONT size=2>=> Subject: [Zope]
LoginManager not installing</FONT> <BR><FONT size=2>=> </FONT><BR><FONT
size=2>=> </FONT><BR><FONT size=2>=> I have just downloaded
LoginManager-0-8-8b1.tgz and </FONT><BR><FONT size=2>=> installed the
product. I am using Zope 2.3.2 on FreeBSD 4.0 </FONT><BR><FONT size=2>=>
When I restart Zope the Login Manager Product is broken with
</FONT><BR><FONT size=2>=> the following message: </FONT><BR><FONT
size=2>=> Traceback (innermost last): </FONT><BR><FONT
size=2>=> File </FONT><BR><FONT size=2>=>
"/usr/local/Zope/2-3-0/lib/python/OFS/Application.py", line </FONT><BR><FONT
size=2>=> 528, in import_products </FONT><BR><FONT
size=2>=> product=__import__(pname, global_dict,
global_dict, silly) </FONT><BR><FONT size=2>=> File
</FONT><BR><FONT size=2>=>
"/usr/local/Zope/2-3-0/lib/python/Products/LoginManager/__ini</FONT>
<BR><FONT size=2>=> t__.py", line 1, in ? </FONT><BR><FONT
size=2>=> import LoginManager, LoginMethods,
UserSources </FONT><BR><FONT size=2>=> File </FONT><BR><FONT
size=2>=>
"/usr/local/Zope/2-3-0/lib/python/Products/LoginManager/Login</FONT>
<BR><FONT size=2>=> Manager.py", line 8, in ? </FONT><BR><FONT
size=2>=> from Products.ZPatterns.Specialists
import Specialist </FONT><BR><FONT size=2>=> File
</FONT><BR><FONT size=2>=>
"/usr/local/Zope/2-3-0/lib/python/Products/ZPatterns/__init__</FONT>
<BR><FONT size=2>=> .py", line 1, in ? </FONT><BR><FONT
size=2>=> import Rack, Specialists, Customizers,
</FONT><BR><FONT size=2>=> AttributeProviders, SheetProviders
</FONT><BR><FONT size=2>=> File </FONT><BR><FONT size=2>=>
"/usr/local/Zope/2-3-0/lib/python/Products/ZPatterns/Rack.py"</FONT>
<BR><FONT size=2>=> , line 9, in ? </FONT><BR><FONT
size=2>=> from DataSkins import DataSkin
</FONT><BR><FONT size=2>=> File </FONT><BR><FONT size=2>=>
"/usr/local/Zope/2-3-0/lib/python/Products/ZPatterns/DataSkin</FONT>
<BR><FONT size=2>=> s.py", line 1, in ? </FONT><BR><FONT
size=2>=> from DynPersist import DynPersist
</FONT><BR><FONT size=2>=> ImportError: No module named DynPersist
</FONT><BR><FONT size=2>=> According to the release notes all required
module are </FONT><BR><FONT size=2>=> included with the release. Is there
something else I need installed?</FONT> <BR><FONT size=2>=> BTW, The
ZPatterns and PlugIn modules that came in the </FONT><BR><FONT size=2>=>
distribution seem to have installed properly. </FONT><BR><FONT size=2>=>
Tom </FONT><BR><FONT size=2>=> </FONT></P></BLOCKQUOTE><BR clear=all>
<HR>
Get more from the Web. FREE MSN Explorer download : <A
href="http://explorer.msn.com">http://explorer.msn.com</A><BR>
<P></P></BLOCKQUOTE></BODY></HTML>
------_=_NextPart_001_01C0FABD.82C9CC80--