[Pythonmac-SIG] PyObjC vs "old school" embedding

David Reed dreedmac at columbus.rr.com
Tue May 31 23:27:55 CEST 2005


On May 31, 2005, at 4:51 PM, Bob Ippolito wrote:

>
> On May 31, 2005, at 1:17 PM, gandreas at gandreas.com wrote:
>

<snip>


>> (* - I've downloaded and installed PyObjC 1.3.6 twice but for some
>> reason it doesn't want to use it:
>>
>> gandreas% /Library/Frameworks/Python.framework/Versions/Current/bin/
>> python2.4
>> Python 2.4.1 (#2, Mar 31 2005, 00:05:10)
>> [GCC 3.3 20030304 (Apple Computer, Inc. build 1666)] on darwin
>> Type "help", "copyright", "credits" or "license" for more  
>> information.
>>
>>>>> import objc
>>>>> objc.__version__
>>>>>
>> '1.3.5'
>>
>>>>> objc.__file__
>>>>>
>> '/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/
>> site-packages/PyObjC/objc/__init__.pyc'
>> )
>>
>
> Anyone else have this problem?
>
> -bob


I just downloaded and installed 1.3.6 and also have that problem.

$ python2.4
Python 2.4.1 (#2, Mar 31 2005, 00:05:10)
[GCC 3.3 20030304 (Apple Computer, Inc. build 1666)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
 >>> import objc
 >>> objc.__version__
'1.3.5'
 >>> objc.__file__
'/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site- 
packages/PyObjC/objc/__init__.pyc'


Dave



More information about the Pythonmac-SIG mailing list