29 Mar
2009
29 Mar
'09
4:27 p.m.
Tobias Rodäbel wrote:
[zope] recipe = zc.recipe.egg:scripts eggs = Zope2
So, this gives you mkzopeinstance, right? (I don't think you need the :scripts It "worked", as in no errors, but when I tried mkzopeinstance, it generated an instance, but that instance didn't work: $ bin/runzope Traceback (most recent call last): File "/Zope2-2.12.0.a1-py2.5-macosx-10.3-i386.egg/Zope2/Startup/run.py", line 56, in <module> run() File "Zope2-2.12.0.a1-py2.5-macosx-10.3-i386.egg/Zope2/Startup/run.py", line 17, in run import Zope2.Startup ImportError: No module named Zope2.Startup How did you get this working? cheers, Chris