Re: [Pythonmac-SIG] py2app not including /Library/Python/2.6/site-packages

2011-01-23 Thread michael ferraro
how about I do a sys.path.append ("/Library/Python/2.6/site-packages") in my main? On Jan 23, 2011, at 8:04 PM, Aahz wrote: > On Sun, Jan 23, 2011, michael ferraro wrote: >> >> I am running MacOS X 10.6.6 I started out using the system python 2.6. I >> built the >> 3d extensions (Py

Re: [Pythonmac-SIG] py2app not including /Library/Python/2.6/site-packages

2011-01-23 Thread Aahz
On Sun, Jan 23, 2011, michael ferraro wrote: > > I am running MacOS X 10.6.6 I started out using the system python 2.6. I > built the > 3d extensions (PyQt, numpy, PyOpenGL &c) and they are installed in > /Library/Python/2.6/site-packages > > As I expected. My app runs fine when invoked d

[Pythonmac-SIG] py2app not including /Library/Python/2.6/site-packages

2011-01-23 Thread michael ferraro
I have seen various posts regarding this problem over the years but I flummoxed by how I got here and what to do now that I am. I am running MacOS X 10.6.6 I started out using the system python 2.6. I built the 3d extensions (PyQt, numpy, PyOpenGL &c) and they are installed in /Library/

Re: [Pythonmac-SIG] py2app -- ouch!

2011-01-23 Thread michael ferraro
I eliminated the 1st of my problems by turning off argv_emulation. That takes care of the Evt.TickCount problem . But I am running afoul of the site-packages problem when I run the built app I will repost as an new thread for clarity m On Jan 22, 2011, at 9:34 PM, michael ferraro wrote: > H