Bug 156761 - mkzope3instance gives "No such file or directory"
Summary: mkzope3instance gives "No such file or directory"
Status: VERIFIED FIXED
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: Other (show other bugs)
Version: Beta 7
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Martin Kudlvasr
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-09 21:50 UTC by Nat Budin
Modified: 2006-03-14 19:51 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!