This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author RiccardoR
Recipients RiccardoR, ronaldoussoren
Date 2010-03-11.01:07:39
SpamBayes Score 1.0963039e-07
Marked as misclassified No
Message-id <1268269662.95.0.833333019817.issue8115@psf.upfronthosting.co.za>
In-reply-to
Content
Hello, I'm having trouble with pyobj since I have installed Python 2.6.4 by official dmg download here. 
Befor I used python pre-installed in Snow Leopard and everything worked ok. Now I can't import pyobjc.
I tried to perform easy_install pyobjc but I can't still import objc. 
The strangest thing is that it works for previos version!
Here some log:
rmacbpro:~ riccardorotondo$ python
Python 2.6.4 (r264:75821M, Oct 27 2009, 19:48:32) 
http://GCC 4.0.1 (Apple Inc. build 5493) on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import Foundation
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named Foundation
>>> exit()
rrmacbpro:~ riccardorotondo$ python2.5
Python 2.5.4 (r254:67916, Jul 7 2009, 23:51:24) 
http://GCC 4.2.1 (Apple Inc. build 5646) on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import Foundation
>>> exit()

Thanks for help
Bye

Riccardo
History
Date User Action Args
2010-03-11 01:07:43RiccardoRsetrecipients: + RiccardoR, ronaldoussoren
2010-03-11 01:07:42RiccardoRsetmessageid: <1268269662.95.0.833333019817.issue8115@psf.upfronthosting.co.za>
2010-03-11 01:07:41RiccardoRlinkissue8115 messages
2010-03-11 01:07:39RiccardoRcreate