Can someone tell me, how to get the Zope 3 (from the CVS) up and running? After correcting the verify-import (there was a case-problem), I get the error message "cannot import name Interface" by the command "from Interface import Interface" - which is called by many scripts. Does anyone had the same problem and knows a solution? Thanks, Eddie. Eddie Mönch Pre-Sales Consulting & Software Development moench@ontoprise.de ontoprise GmbH phone: +49 721 - 665 79 - 13, fax: +49 721 - 665 79 - 11 Haid-und-Neu-Str. 7, D-76131 Karlsruhe, Germany
Eddie Moench wrote:
Can someone tell me, how to get the Zope 3 (from the CVS) up and running?
After correcting the verify-import (there was a case-problem), I get the error message "cannot import name Interface" by the command "from Interface import Interface" - which is called by many scripts. Does anyone had the same problem and knows a solution?
Please describe exactly the steps you took, starting with the command you used to check out Zope 3 from CVS. If you want in-person advice, there are people on the #zope irc channel who have successfully installed Zope 3 from CVS. -- Steve Alexander
On Mon, 3 Jun 2002, Eddie Moench wrote:
After correcting the verify-import (there was a case-problem), I get the error message "cannot import name Interface" by the command "from Interface import Interface" - which is called by many scripts. Does anyone had the same problem and knows a solution?
Do you have the 'lib/python' subdirectory of your Z3 checkout set in your shell PYTHONPATH variable? Interface is there, so it sounds like you don't, and you won't get very far starting zope3 unless you do <grin>. --RDM
participants (3)
-
Eddie Moench -
R. David Murray -
Steve Alexander