Bug 156761

Summary: mkzope3instance gives "No such file or directory"
Product: [openSUSE] SUSE Linux 10.1 Reporter: Nat Budin <nbudin>
Component: OtherAssignee: Martin Kudlvasr <mkudlvasr>
Status: VERIFIED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Beta 7   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Nat Budin 2006-03-09 21:50:49 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
Comment 1 Martin Kudlvasr 2006-03-13 16:26:31 UTC
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
Comment 2 Nat Budin 2006-03-14 19:51:13 UTC
Just tested with the latest package from hazard, and it looks working in that.  Cheers Martin!