Re: [Pythonmac-SIG] why does the Mac installer hack the user's .bash_profile?

2011-04-10 Thread Ronald Oussoren
On 8 Apr, 2011, at 0:56, Russell E. Owen wrote: > In article <64461.1302209...@parc.com>, Bill Janssen > wrote: > >> I've got a Snow Leopard buildslave I'm trying to debug. So I thought >> I'd try Python 2.7 on it. Normally, I advise people to never try to >> install a different Python on a

Re: [Pythonmac-SIG] why does the Mac installer hack the user's .bash_profile?

2011-04-10 Thread Ronald Oussoren
On 7 Apr, 2011, at 22:48, Bill Janssen wrote: > I've got a Snow Leopard buildslave I'm trying to debug. So I thought > I'd try Python 2.7 on it. Normally, I advise people to never try to > install a different Python on a Mac, as it's too embedded in the OS to > do safely, without a great deal o

[Pythonmac-SIG] HotKeys and LaunchServices

2011-04-10 Thread Valentino Volonghi
I've fixed yesterday's problem and it was my fault for not setting the File's Owner in Interface Builder. My current problem though is different and I don't know how to approach it. I am trying to do the last 2 bits of the application: start on login and register a global hotkey. start on logi

Re: [Pythonmac-SIG] py2app + wxpython -> ImportError

2011-04-10 Thread Aahz
On Sun, Apr 10, 2011, Christian K. wrote: > > I tried to make an app using py2app on OSX 10.6.5, python 2.6.5, > wxpython 2.8.11.0 > Building works, but when running I get > > File "wx/lib/pubsub/pub.pyc", line 24, in > File "wx/lib/pubsub/core/listener.pyc", line 13, in > ImportError: No module

[Pythonmac-SIG] py2app + wxpython -> ImportError

2011-04-10 Thread Christian K .
Hi, I tried to make an app using py2app on OSX 10.6.5, python 2.6.5, wxpython 2.8.11.0 Building works, but when running I get File "wx/lib/pubsub/pub.pyc", line 24, in File "wx/lib/pubsub/core/listener.pyc", line 13, in ImportError: No module named listenerimpl I had (other) problems with pubs