[Pythonmac-SIG] Zope py2app, some progress
Richard Jones
richard at commonground.com.au
Thu Feb 3 08:47:30 CET 2005
On 03/02/2005, at 6:12 PM, Bob Ippolito wrote:
> On Feb 2, 2005, at 19:08, Richard Jones wrote:
>> OK, starting at it again this morning, I've made some progress
>> getting things configured correctly to start up Zope.
>>
>> I've hit another roadblock though -- Zope needs to fork/exec off new
>> processes. I can't actually find a Python interpreter in the app
>> generated by py2app, and I suspect one isn't copied in. Certainly,
>> sys.executable is doesn't point to an actual executable. Is this
>> correct?
>
> It points to an actual executable, but not what you want.
Hrm. Printing sys.executable in my script I get
"dist/CGPublisher-Zope.app/Contents/Frameworks/Python.framework/
Versions/2.3/bin/python" and that file does not exist on disk. I'm
fully willing to accept I'm doing something wrong :)
Richard
More information about the Pythonmac-SIG
mailing list