Bugzilla – Bug 156761
mkzope3instance gives "No such file or directory"
Last modified: 2006-03-14 19:51:13 UTC
In the zope3 package in code 10 x86_64, running mkzope3instance gives the following output: rc-qa-dell-1850-2:~ # mkzope3instance testzope /usr/sbin/mkzope3instance: line 2: /usr/lib/zope3/bin/mkzopeinstance.py: No such file or directory /usr/sbin/mkzope3instance: line 2: exec: /usr/lib/zope3/bin/mkzopeinstance.py: cannot execute: No such file or directory
Hi Nat, I repaired this last week, but it did not get into beta7 :-( in zope3 there is no /usr/lib/zope3/bin/mkzopeinstance.py, but /usr/lib/zope3/bin/mkzopeinstance You can run /usr/lib/zope3/bin/mkzopeinstance directly to create an instance. Cheers, Martin
Just tested with the latest package from hazard, and it looks working in that. Cheers Martin!