[New-bugs-announce] [issue8115] Pyojbc on Snow Leopard

Riccardo Rotondo report at bugs.python.org
Thu Mar 11 02:07:42 CET 2010


New submission from Riccardo Rotondo <riccardo.rotondo at ct.infn.it>:

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

----------
assignee: ronaldoussoren
components: Macintosh
messages: 100823
nosy: RiccardoR, ronaldoussoren
severity: normal
status: open
title: Pyojbc on Snow Leopard
type: resource usage
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8115>
_______________________________________


More information about the New-bugs-announce mailing list