[Pythonmac-SIG] status pyobjc on osx

2012-06-14 Thread Geert Dekkers
hi

Ik have a project i originally did in 2008 which uses pyobjc for coregraphics 
functionality. Obviously python on osx has moved forward since then, and i see 
that the included python libs no longer include pyobjc. I've been working 
around that, but what do the list members recommend to keep pyobjc working in 
the long run?

Geert
___
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG


Re: [Pythonmac-SIG] status pyobjc on osx

2012-06-14 Thread Ronald Oussoren
I don't understand what you mean when you say that the included python libs no 
longer include pyobjc.  Pyobjc has never been part of the stdlib. 

I'm working on a new release of pyobjc, either later this month or just after 
the release of osx 10.8. 

One last question: how do you import the CoreGraphics functionality, import 
CoreGraphics or import Quartz? 

Ronald

Sent from my iPad

On 14 jun. 2012, at 03:37, Geert Dekkers ge...@nznl.com wrote:

 hi
 
 Ik have a project i originally did in 2008 which uses pyobjc for coregraphics 
 functionality. Obviously python on osx has moved forward since then, and i 
 see that the included python libs no longer include pyobjc. I've been working 
 around that, but what do the list members recommend to keep pyobjc working in 
 the long run?
 
 Geert
 ___
 Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
 http://mail.python.org/mailman/listinfo/pythonmac-sig
 unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG
___
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG


Re: [Pythonmac-SIG] status pyobjc on osx

2012-06-14 Thread Nicholas Riley
On Thu, Jun 14, 2012 at 07:03:33AM -0700, Ronald Oussoren wrote:
 I don't understand what you mean when you say that the included python libs 
 no longer include pyobjc.  Pyobjc has never been part of the stdlib. 

My original assumption was that he might have been talking about
/System/Library/Frameworks/Python.framework/Versions/*/Extras/lib/python/PyObjC/,
but that's still present in the latest OS X versions.  So, no idea...

-- 
Nicholas Riley njri...@illinois.edu
___
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG