Re: [Pythonmac-SIG] python.org 2.7rc1 problem

2010-06-17 Thread Stephen Gava
On 11/06/10 1:21 AM, Ronald Oussoren wrote: On 8 Jun, 2010, at 18:21, Stephen M. Gava wrote: hi there, i was happily running the python.org build of 2.7b2, howver since i installed 2.7rc1 i am getting errors when importing Tkinter or wx (wxpython) libraries. perhaps i'm making some simple

Re: [Pythonmac-SIG] python.org 2.7rc1 problem

2010-06-17 Thread Stephen Gava
On 11/06/10 1:21 AM, Ronald Oussoren wrote: On 8 Jun, 2010, at 18:21, Stephen M. Gava wrote: hi there, i was happily running the python.org build of 2.7b2, howver since i installed 2.7rc1 i am getting errors when importing Tkinter or wx (wxpython) libraries. perhaps i'm making some simple

Re: [Pythonmac-SIG] python.org 2.7rc1 problem

2010-06-17 Thread Stephen Gava
On 11/06/10 13:39, Ronald Oussoren wrote: On 10 Jun, 2010, at 18:03, Stephen Gava wrote: On 11/06/10 1:21 AM, Ronald Oussoren wrote: On 8 Jun, 2010, at 18:21, Stephen M. Gava wrote: hi there, i was happily running the python.org build of 2.7b2, howver since i installed 2.7rc1 i am ge

Re: [Pythonmac-SIG] python.org 2.7rc1 problem

2010-06-17 Thread Stephen Gava
On 11/06/10 14:11, Ronald Oussoren wrote: [...] Try the 10.3 version, that installs a 32-bit only version of Python, most prebuild extensions are currently only available in 32-bit. hmm. neither of these solutions explains why the 2.7b2 '10.5 or greater' version of python worked fine with b

Re: [Pythonmac-SIG] bdist_mpkg: more informative error message

2010-06-17 Thread Ralf Gommers
On Wed, Jun 9, 2010 at 4:45 AM, Ronald Oussoren wrote: > > On 2 Jun, 2010, at 3:59, Ralf Gommers wrote: > > Hi, > > For numpy and scipy we use bdist_mkg to build dmg installers, and we had a > user complain about a not so informative error message about a missing > System Python. System Python mea

Re: [Pythonmac-SIG] python.org 2.7rc1 problem

2010-06-17 Thread Ronald Oussoren
On 11 Jun, 2010, at 2:40, Stephen Gava wrote: > > > On 11/06/10 1:21 AM, Ronald Oussoren wrote: >> >> On 8 Jun, 2010, at 18:21, Stephen M. Gava wrote: >> >>> hi there, >>> >>> i was happily running the python.org build of 2.7b2, howver since i >>> installed 2.7rc1 i am getting errors when i

[Pythonmac-SIG] Help with py-appscript?

2010-06-17 Thread Charles Turner
Hi all- Although I'm sure I qualify as a Python noobie as well as with Applescript and Skim, I've run into the following and hope someone could shed some light for me. I have the following script: from appscript import * skim = app('Skim.app') reference = skim.documents[1].notes[1].selection.g