TR wrote:
This is rather bizarre, but I'm unable to determine what script to run to start my Zope instance. I installed 2.7.7-3, which comes with the distro, and ran mkzopeinstance.py, which terminated without errors after asking for the instance home and site admin id/password.

Isn't there supposed to be a startzope.py somewhere? The closest thing I could find was the following:

[/opt/zope/lib/python/Zope/App] > python startup.py
Traceback (most recent call last):
  File "startup.py", line 16, in ?
    from AccessControl.SecurityManagement import getSecurityManager
ImportError: No module named AccessControl.SecurityManagement

Even wierder, my installation contains an AccessControl.SecuritySuite package with a SecurityBase module - no SecurityManager.

Can anyone shed some light, here?

-Tom Russell
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

do not use distros!
in your instance you should find a bin directory
there is a files called zopectrl
you start it with YOURINSTANCE/bin/zopectrl start

rr
begin:vcard
fn:robert  rottermann
n:rottermann;robert 
email;internet:[EMAIL PROTECTED]
tel;work:031 333 10 20
tel;fax:031 333 10 23
tel;home:031 333 36 03
x-mozilla-html:FALSE
version:2.1
end:vcard

_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to