Re: [Pyobjc-dev] Dumb Question (Python 3.0)
Brought to you by:
ronaldoussoren
From: Ronald O. <ron...@ma...> - 2009-05-16 06:21:13
|
On 15 May, 2009, at 18:25, Ilan Volow wrote: > > I've googled around for a little while, and I haven't found a clear, > up-to-date answer on this. > > Does PyObjc work with Python 3.0 yet, or is it still a work in > process? Would betting on Python 3.0+PyObjC working together in 10.6 > be a sure bet, or should I take the safe route and write my project > purely in Objective-C for the time being? PyObjC does not work with Python 3.x yet. I have looked at this, and this will be a signifant effort both because of changes in the Python extension API and because of changes in the language (such as abstract base classes). I want to get 2.2 out before a start working on that. 10.6 support will happen, but I can neither talk about that nor provide code without breaking NDA. W.r.t. your last question: why is Python 2.6 not an option for you? IMHO Python 3.0 shouldn't be used for application development, the python.org team is working hard on a release of Python 3.1 because that will fix some serious annoyances with 3.0. Even then a large subset of Python libraries won't support Python 3. Ronald > > -- Ilan > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables > unlimited royalty-free distribution of the report engine > for externally facing server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > Pyobjc-dev mailing list > Pyo...@li... > https://lists.sourceforge.net/lists/listinfo/pyobjc-dev |