Re: [Pythonmac-SIG] Lion

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

Re: [Pythonmac-SIG] Lion

2011-07-22 Thread Russell E. Owen
In article , Ronald Oussoren wrote: > 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),

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

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] 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] 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

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] 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] 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

[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