On Feb 3, 2005, at 2:47, Richard Jones wrote:

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 :)

No, py2app just doesn't give you a regular Python interpreter.. so, that's a problem I guess. I'm not sure what to suggest.


-bob

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to