Thread: [Pyobjc-dev] pyobjc 2.2 release
Brought to you by:
ronaldoussoren
From: Ronald O. <ron...@ma...> - 2009-11-24 16:26:13
Attachments:
smime.p7s
|
I've just pushed pyobjc 2.2 to PyPI. There have been no changes but some minor bugfixes from the last beta release. Installation: easy_install pyobjc=2.2 NOTE: Do not upgrade the version of pyobjc that's shipped with OSX (that is, don't use /usr/bin/easy_install to install), I'm not sure if this version is fully compatible to that in OSX 10.6, let alone 10.5. Ronald |
From: Aahz <aa...@py...> - 2009-11-24 16:44:23
|
On Tue, Nov 24, 2009, Ronald Oussoren wrote: > > Installation: easy_install pyobjc=2.2 > > NOTE: Do not upgrade the version of pyobjc that's shipped with OSX > (that is, don't use /usr/bin/easy_install to install), I'm not sure if > this version is fully compatible to that in OSX 10.6, let alone 10.5. What about 10.4? ;-) -- Aahz (aa...@py...) <*> http://www.pythoncraft.com/ The best way to get information on Usenet is not to ask a question, but to post the wrong information. |
From: Ronald O. <ron...@ma...> - 2009-11-24 17:43:08
Attachments:
smime.p7s
|
On 24 Nov, 2009, at 17:44, Aahz wrote: > On Tue, Nov 24, 2009, Ronald Oussoren wrote: >> >> Installation: easy_install pyobjc=2.2 >> >> NOTE: Do not upgrade the version of pyobjc that's shipped with OSX >> (that is, don't use /usr/bin/easy_install to install), I'm not sure if >> this version is fully compatible to that in OSX 10.6, let alone 10.5. > > What about 10.4? ;-) IIRC Apple didn't ship pyobjc with Tiger, it should be safe to install/upgrade PyObjC on Tiger even when installing into Apple's installation of Python. But then again, if you're using Tiger I'd advise you to do a seperate install of Python anyway because Tiger and the included version of Python are ancient ;-) Ronald |
From: Aahz <aa...@py...> - 2009-11-24 18:00:51
|
On Tue, Nov 24, 2009, Ronald Oussoren wrote: > On 24 Nov, 2009, at 17:44, Aahz wrote: >> On Tue, Nov 24, 2009, Ronald Oussoren wrote: >>> >>> Installation: easy_install pyobjc=2.2 >>> >>> NOTE: Do not upgrade the version of pyobjc that's shipped with OSX >>> (that is, don't use /usr/bin/easy_install to install), I'm not sure if >>> this version is fully compatible to that in OSX 10.6, let alone 10.5. >> >> What about 10.4? ;-) > > IIRC Apple didn't ship pyobjc with Tiger, it should be safe to > install/upgrade PyObjC on Tiger even when installing into Apple's > installation of Python. > > But then again, if you're using Tiger I'd advise you to do a seperate > install of Python anyway because Tiger and the included version of > Python are ancient ;-) The question was more whether we should expect pyobjc 2.2 to work with 10.4 (either built on 10.4 or built on 10.5/10.6 -- I'm interested more in building with 10.5/10.6 because that's what I'm currently doing). IIRC you said that there were problems and you weren't sure when you'd be getting to them. -- Aahz (aa...@py...) <*> http://www.pythoncraft.com/ The best way to get information on Usenet is not to ask a question, but to post the wrong information. |
From: Ronald O. <ron...@ma...> - 2009-11-24 19:48:24
Attachments:
smime.p7s
|
On 24 Nov, 2009, at 19:00, Aahz wrote: > On Tue, Nov 24, 2009, Ronald Oussoren wrote: >> On 24 Nov, 2009, at 17:44, Aahz wrote: >>> On Tue, Nov 24, 2009, Ronald Oussoren wrote: >>>> >>>> Installation: easy_install pyobjc=2.2 >>>> >>>> NOTE: Do not upgrade the version of pyobjc that's shipped with OSX >>>> (that is, don't use /usr/bin/easy_install to install), I'm not sure if >>>> this version is fully compatible to that in OSX 10.6, let alone 10.5. >>> >>> What about 10.4? ;-) >> >> IIRC Apple didn't ship pyobjc with Tiger, it should be safe to >> install/upgrade PyObjC on Tiger even when installing into Apple's >> installation of Python. >> >> But then again, if you're using Tiger I'd advise you to do a seperate >> install of Python anyway because Tiger and the included version of >> Python are ancient ;-) > > The question was more whether we should expect pyobjc 2.2 to work with > 10.4 (either built on 10.4 or built on 10.5/10.6 -- I'm interested more > in building with 10.5/10.6 because that's what I'm currently doing). > IIRC you said that there were problems and you weren't sure when you'd be > getting to them. PyObjC 2.2 probably works on Tiger, I have spent some time on porting at least pyobjc-core, pyobjc-framework-Cocoa and pyobjc-framework-Quartz. I'm not going to write that pyobjc *supports* 10.4 because I rarely run 10.4 at all, basicly just to do some cursory checks for the python.org Mac installers and sometimes PyObjC. Ronald > -- > Aahz (aa...@py...) <*> http://www.pythoncraft.com/ > > The best way to get information on Usenet is not to ask a question, but > to post the wrong information. > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Pyobjc-dev mailing list > Pyo...@li... > https://lists.sourceforge.net/lists/listinfo/pyobjc-dev |
From: Jopes G. <wo...@jo...> - 2009-11-25 17:16:33
|
Hello... I easy_install'd 2.2 in my Leopard and Snow Leopard machines and after the actual download and setup, I tried importing module objc, and it gave me this error: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Library/Python/2.5/site-packages/pyobjc_core-2.2-py2.5-macosx-10.3-i386.egg/objc/__init__.py", line 22, in <module> _update() File "/Library/Python/2.5/site-packages/pyobjc_core-2.2-py2.5-macosx-10.3-i386.egg/objc/__init__.py", line 19, in _update import _objc ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/pyobjc_core-2.2-py2.5-macosx-10.3-i386.egg/objc/_objc.so, 2): Symbol not found: _PyType_Modified Referenced from: /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/pyobjc_core-2.2-py2.5-macosx-10.3-i386.egg/objc/_objc.so Expected in: dynamic lookup I also get this from my Snow Leopard... what could I be doing wrong? :( On Wed, Nov 25, 2009 at 3:48 AM, Ronald Oussoren <ron...@ma...>wrote: > > On 24 Nov, 2009, at 19:00, Aahz wrote: > > > On Tue, Nov 24, 2009, Ronald Oussoren wrote: > >> On 24 Nov, 2009, at 17:44, Aahz wrote: > >>> On Tue, Nov 24, 2009, Ronald Oussoren wrote: > >>>> > >>>> Installation: easy_install pyobjc=2.2 > >>>> > >>>> NOTE: Do not upgrade the version of pyobjc that's shipped with OSX > >>>> (that is, don't use /usr/bin/easy_install to install), I'm not sure if > >>>> this version is fully compatible to that in OSX 10.6, let alone 10.5. > >>> > >>> What about 10.4? ;-) > >> > >> IIRC Apple didn't ship pyobjc with Tiger, it should be safe to > >> install/upgrade PyObjC on Tiger even when installing into Apple's > >> installation of Python. > >> > >> But then again, if you're using Tiger I'd advise you to do a seperate > >> install of Python anyway because Tiger and the included version of > >> Python are ancient ;-) > > > > The question was more whether we should expect pyobjc 2.2 to work with > > 10.4 (either built on 10.4 or built on 10.5/10.6 -- I'm interested more > > in building with 10.5/10.6 because that's what I'm currently doing). > > IIRC you said that there were problems and you weren't sure when you'd be > > getting to them. > > PyObjC 2.2 probably works on Tiger, I have spent some time on porting at > least pyobjc-core, pyobjc-framework-Cocoa and pyobjc-framework-Quartz. > > I'm not going to write that pyobjc *supports* 10.4 because I rarely run > 10.4 at all, basicly just to do some cursory checks for the python.org Mac > installers and sometimes PyObjC. > > Ronald > > > -- > > Aahz (aa...@py...) <*> > http://www.pythoncraft.com/ > > > > The best way to get information on Usenet is not to ask a question, but > > to post the wrong information. > > > > > ------------------------------------------------------------------------------ > > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > 30-Day > > trial. Simplify your report design, integration and deployment - and > focus on > > what you do best, core application coding. Discover what's new with > > Crystal Reports now. http://p.sf.net/sfu/bobj-july > > _______________________________________________ > > Pyobjc-dev mailing list > > Pyo...@li... > > https://lists.sourceforge.net/lists/listinfo/pyobjc-dev > > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Pyobjc-dev mailing list > Pyo...@li... > https://lists.sourceforge.net/lists/listinfo/pyobjc-dev > > -- Jofell S. Gallardo Web / Mac Developer http://www.insynchq.com |
From: Ronald O. <ron...@ma...> - 2009-11-26 07:11:54
Attachments:
smime.p7s
|
On 25 Nov, 2009, at 17:15, Jopes Gallardo wrote: > Hello... > > I easy_install'd 2.2 in my Leopard and Snow Leopard machines and after the actual download and setup, I tried importing module objc, and it gave me this error: Which version of Python did you use? Or rather, what is the output of: * which easy_install * which python In the environment where you installed PyObjC? Ronald > > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > File "/Library/Python/2.5/site-packages/pyobjc_core-2.2-py2.5-macosx-10.3-i386.egg/objc/__init__.py", line 22, in <module> > _update() > File "/Library/Python/2.5/site-packages/pyobjc_core-2.2-py2.5-macosx-10.3-i386.egg/objc/__init__.py", line 19, in _update > import _objc > ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/pyobjc_core-2.2-py2.5-macosx-10.3-i386.egg/objc/_objc.so, 2): Symbol not found: _PyType_Modified > Referenced from: /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/pyobjc_core-2.2-py2.5-macosx-10.3-i386.egg/objc/_objc.so > Expected in: dynamic lookup > > I also get this from my Snow Leopard... what could I be doing wrong? :( > > On Wed, Nov 25, 2009 at 3:48 AM, Ronald Oussoren <ron...@ma...> wrote: > > On 24 Nov, 2009, at 19:00, Aahz wrote: > > > On Tue, Nov 24, 2009, Ronald Oussoren wrote: > >> On 24 Nov, 2009, at 17:44, Aahz wrote: > >>> On Tue, Nov 24, 2009, Ronald Oussoren wrote: > >>>> > >>>> Installation: easy_install pyobjc=2.2 > >>>> > >>>> NOTE: Do not upgrade the version of pyobjc that's shipped with OSX > >>>> (that is, don't use /usr/bin/easy_install to install), I'm not sure if > >>>> this version is fully compatible to that in OSX 10.6, let alone 10.5. > >>> > >>> What about 10.4? ;-) > >> > >> IIRC Apple didn't ship pyobjc with Tiger, it should be safe to > >> install/upgrade PyObjC on Tiger even when installing into Apple's > >> installation of Python. > >> > >> But then again, if you're using Tiger I'd advise you to do a seperate > >> install of Python anyway because Tiger and the included version of > >> Python are ancient ;-) > > > > The question was more whether we should expect pyobjc 2.2 to work with > > 10.4 (either built on 10.4 or built on 10.5/10.6 -- I'm interested more > > in building with 10.5/10.6 because that's what I'm currently doing). > > IIRC you said that there were problems and you weren't sure when you'd be > > getting to them. > > PyObjC 2.2 probably works on Tiger, I have spent some time on porting at least pyobjc-core, pyobjc-framework-Cocoa and pyobjc-framework-Quartz. > > I'm not going to write that pyobjc *supports* 10.4 because I rarely run 10.4 at all, basicly just to do some cursory checks for the python.org Mac installers and sometimes PyObjC. > > Ronald > > > -- > > Aahz (aa...@py...) <*> http://www.pythoncraft.com/ > > > > The best way to get information on Usenet is not to ask a question, but > > to post the wrong information. > > > > ------------------------------------------------------------------------------ > > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > > trial. Simplify your report design, integration and deployment - and focus on > > what you do best, core application coding. Discover what's new with > > Crystal Reports now. http://p.sf.net/sfu/bobj-july > > _______________________________________________ > > Pyobjc-dev mailing list > > Pyo...@li... > > https://lists.sourceforge.net/lists/listinfo/pyobjc-dev > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Pyobjc-dev mailing list > Pyo...@li... > https://lists.sourceforge.net/lists/listinfo/pyobjc-dev > > > > > -- > Jofell S. Gallardo > Web / Mac Developer > http://www.insynchq.com |