Re: [Pyobjc-dev] Cocoa-Python Application on Leopard
Brought to you by:
ronaldoussoren
|
From: Bill B. <bb...@ma...> - 2008-01-28 23:40:41
|
On Jan 28, 2008, at 10:38 AM, Olivier Fedrigo wrote: > have anyone resolved this problem yet? > I experience exactly the same issue. I've tried to reinstall xCode > after removing the older python and it did not work (but maybe I > forgot to delete some other aliases?) > any suggestions? 1. test python on command line; what is its path? 2. import objc from that version; what is its path? 3. add a bit of code to your main.py before the 'import objc' that dumps the python path b.bum |