Re: [Pythonmac-SIG] Lion

2011-07-21 Thread Ronald Oussoren
On 22 Jul, 2011, at 6:10, Aahz wrote: > On Thu, Jul 21, 2011, Ned Deily wrote: >> >> Although it's not practical to build packages with C extension modules >> on 10.7 for the traditional 32-bit-only python.org Pythons (as explained >> above), it is possible to build such packages with the same

Re: [Pythonmac-SIG] Lion

2011-07-21 Thread Aahz
On Thu, Jul 21, 2011, Ned Deily wrote: > > Although it's not practical to build packages with C extension modules > on 10.7 for the traditional 32-bit-only python.org Pythons (as explained > above), it is possible to build such packages with the same Python > installed on a 10.6, 10.5, or even 1

Re: [Pythonmac-SIG] Lion

2011-07-21 Thread Ned Deily
In article , Ned Deily wrote: > 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 expect > you will need to install ActiveState Tcl/Tk 8.5 if y

Re: [Pythonmac-SIG] Lion

2011-07-21 Thread Aahz
On Thu, Jul 21, 2011, Russell E. Owen wrote: > In article , > Ronald Oussoren wrote: >> On 21 Jul, 2011, at 2:27, Ned Deily wrote: >> >> Both should work, but only the 64-bit/32-bit installer is truly useful: the >> xcode version for Lion is from the 4.x series and that no longer supports >>

[Pythonmac-SIG] py2app issue with wx

2011-07-21 Thread Agos
Hi everybody! I hope somebody can help me :) I have this setup: Enthought Python Distribution 7.0-1 32 bit Which includes Python 2.7.1 Running on Mac OS X 10.6.8 My application, which uses - wx - matplotlib - numpy - scipy What I'm trying to do is to package it as a .app with py2app. The app gets

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

2011-07-21 Thread Brendan Simon (eTRIX)
On 22/07/11 5:45 AM, pythonmac-sig-requ...@python.org wrote: > Subject: > Re: [Pythonmac-SIG] py2app under Lion--any issues? > From: > "Russell E. Owen" > Date: > 5:38 AM > > To: > pythonmac-sig@python.org > > > In article <20110721001520.gb12...@panix.com>, > Aahz wrote: > > Ronald Oussouran

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

2011-07-21 Thread Russell E. Owen
In article <53a3bd48-5252-4160-8057-719960229...@mac.com>, Ronald Oussoren wrote: > On 21 Jul, 2011, at 0:31, 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 i

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

2011-07-21 Thread Russell E. Owen
In article <20110721001520.gb12...@panix.com>, Aahz wrote: > 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 buil

Re: [Pythonmac-SIG] Lion

2011-07-21 Thread Russell E. Owen
In article , Ronald Oussoren wrote: > On 21 Jul, 2011, at 2:27, 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* wo

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

2011-07-21 Thread Russell E. Owen
In article , Ned Deily wrote: > 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

[Pythonmac-SIG] error

2011-07-21 Thread Alice Marcot
When trying to use py2app according to the tutorial I am getting this error: *** creating application bundle: downloader *** error: /usr/local/lib/python2.7/dist-packages/py2app-0.6.3-py2.7.egg/py2app/apptemplate/prebuilt/main-i686: No such file or directory ___

Re: [Pythonmac-SIG] Lion

2011-07-21 Thread Dan Ross
Cool. Thanks for the replies guys. Thanks for the PyObjC work too Ronald. On Thu, 21 Jul 2011 09:15:28 +0200, Ronald Oussoren wrote: On 21 Jul, 2011, at 1:28, Dan Ross wrote: Installing python.org's framework should work shouldn't it? On Jul 20, 2011, at 6:23 PM, Bill Janssen wrote: Dan Ro

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

2011-07-21 Thread Ronald Oussoren
On 21 Jul, 2011, at 0:31, 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 nump

Re: [Pythonmac-SIG] Lion

2011-07-21 Thread Ronald Oussoren
On 21 Jul, 2011, at 1:28, Dan Ross wrote: > 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

Re: [Pythonmac-SIG] Lion

2011-07-21 Thread Ronald Oussoren
On 21 Jul, 2011, at 2:27, 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 > tradition