Re: [Pythonmac-SIG] Lion

2011-07-20 Thread Aahz
On Wed, Jul 20, 2011, Ned Deily wrote: > In article , > Dan Ross wrote: >> >> Installing python.org's framework should work shouldn't it? > > The 64-bit/32-bin python.org installers (current releases are 3.2.1 and > 2.7.2) *should* work on 10.7 Lion. I'm not so sure about the > traditional 3

Re: [Pythonmac-SIG] Lion

2011-07-20 Thread Dan Ross
I'm wondering if non-system Python will work since that's what I prefer using. On Jul 20, 2011, at 7:14 PM, Aahz wrote: > On Wed, Jul 20, 2011, Dan Ross wrote: >> >> Anyone have reports of Pythons on Lion? > > Are you asking about what's installed, what works, something else? > > My company i

Re: [Pythonmac-SIG] py2app application fails with ImportError: No module named sysconfig

2011-07-20 Thread Ned Deily
In article , "Russell E. Owen" wrote: > In article , > "Russell E. Owen" wrote: > > > I used py2app to build an application that i've been building for years, > > only now it's failing at startup with the appended log. > > > > The problem is triggered by numpy 1.6.1fc3 (which I installed fr

Re: [Pythonmac-SIG] Lion

2011-07-20 Thread Ned Deily
In article , Dan Ross wrote: > Installing python.org's framework should work shouldn't it? The 64-bit/32-bin python.org installers (current releases are 3.2.1 and 2.7.2) *should* work on 10.7 Lion. I'm not so sure about the traditional 32-bit-only ones (the 10.3+ ones). As with 10.6, I expec

Re: [Pythonmac-SIG] py2app under Lion--any issues?

2011-07-20 Thread Aahz
On Wed, Jul 20, 2011, Russell E. Owen wrote: > > Will py2app to work to build Mac application bundles under Lion (MacOS X > 10.7)? > > I'm using python.org 32-bit python and ActiveState Tcl/Tk 8.4.19 and > trying to build self-contained Python/Tk apps that run on at least MacOS > X 10.5 and lat

Re: [Pythonmac-SIG] Lion

2011-07-20 Thread Aahz
On Wed, Jul 20, 2011, Dan Ross wrote: > > Anyone have reports of Pythons on Lion? Are you asking about what's installed, what works, something else? My company is getting ready for acceptance testing on Lion using 2.6.4. -- Aahz (a...@pythoncraft.com) <*> http://www.pythoncraft

Re: [Pythonmac-SIG] Lion

2011-07-20 Thread Dan Ross
Installing python.org's framework should work shouldn't it? On Jul 20, 2011, at 6:23 PM, Bill Janssen wrote: > Dan Ross wrote: > >> Anyone have reports of Pythons on Lion? > > It's Python 2.7.1 pre-installed in /System/Library, but I don't know > about PyObjC or Twisted. > > Bill ___

Re: [Pythonmac-SIG] Lion

2011-07-20 Thread Bill Janssen
Dan Ross wrote: > Anyone have reports of Pythons on Lion? It's Python 2.7.1 pre-installed in /System/Library, but I don't know about PyObjC or Twisted. Bill ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinf

Re: [Pythonmac-SIG] py2app application fails with ImportError: No module named sysconfig

2011-07-20 Thread Russell E. Owen
In article , "Russell E. Owen" wrote: > I used py2app to build an application that i've been building for years, > only now it's failing at startup with the appended log. > > The problem is triggered by numpy 1.6.1fc3 (which I installed from > source). If I build using an older numpy I don't

[Pythonmac-SIG] Lion

2011-07-20 Thread Dan Ross
Anyone have reports of Pythons on Lion? ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

[Pythonmac-SIG] py2app application fails with ImportError: No module named sysconfig

2011-07-20 Thread Russell E. Owen
I used py2app to build an application that i've been building for years, only now it's failing at startup with the appended log. The problem is triggered by numpy 1.6.1fc3 (which I installed from source). If I build using an older numpy I don't see the problem. However, the application runs jus

[Pythonmac-SIG] py2app under Lion--any issues?

2011-07-20 Thread Russell E. Owen
Will py2app to work to build Mac application bundles under Lion (MacOS X 10.7)? I'm using python.org 32-bit python and ActiveState Tcl/Tk 8.4.19 and trying to build self-contained Python/Tk apps that run on at least MacOS X 10.5 and later. I assume there's no problems, but it would be very hel

Re: [Pythonmac-SIG] Python virtual environments on OS X

2011-07-20 Thread Vinay Sajip
Ronald Oussoren mac.com> writes: > The 'env.cfg' file will be next to the stub executable, and hence not in a location where the real > interpreter will look. > > > 2. How does the stub locate the real executable? > > The stub is linked to the framework and uses that to find the sys.prefix, the