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

2011-01-25 Thread Christopher Barker
On 1/24/11 10:57 PM, michael ferraro wrote: I should clarify- My apps are used in intense live animation production applications. Having an app the runs like an app, can be executed from the dock and in all aspects seems like a real Mac- app, for me, makes it possible to experiment with new m

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

2011-01-25 Thread David Bolen
michael ferraro writes: > Using Apple's installed python means one less install and, one less > opportunity for problem. It is probably shortsighted. Given > everything, installing a python.org version of python might make > things more consistent and easier. Just to perhaps clarify one thing

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

2011-01-24 Thread michael ferraro
Thank you all for your attention to this matter. I should clarify- My apps are used in intense live animation production applications. Having an app the runs like an app, can be executed from the dock and in all aspects seems like a real Mac- app, for me, makes it possible to experiment with ne

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

2011-01-24 Thread Christopher Barker
On 1/24/11 6:10 AM, michael ferraro wrote: it wont deploy without an installer but at least it runs! I suppose so -- but what's the point? If you want to have a program run only with a python install like yours, you don't need py2app... It's still unclear to me what py2app is expected to be

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

2011-01-24 Thread Bill Janssen
Michael, I'm not sure what problem you are reporting? But some of those paths on sys.path look suspicious to me: "/usr/Extras/lib/python", for instance. Might want to look into how those got on your sys.path. Also, in last week's discussion, we didn't really cover "setuptools" and "easy_install"

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

2011-01-24 Thread michael ferraro
it wont deploy without an installer but at least it runs! m On Jan 24, 2011, at 3:30 AM, Henning Hraban Ramm wrote: > > Am 2011-01-24 um 02:53 schrieb michael ferraro: > >> how about I do a >> sys.path.append ("/Library/Python/2.6/site-packages") >> in my main? > > How should such an ab

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

2011-01-24 Thread Henning Hraban Ramm
Am 2011-01-24 um 02:53 schrieb michael ferraro: how about I do a sys.path.append ("/Library/Python/2.6/site-packages") in my main? How should such an absolute path help in a py2app packaged app? Greetlings from Lake Constance! Hraban --- http://www.fiee.net https://www.cacert.org (I

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/