[Pyobjc-dev] Warning: PyObjC repository will be unstable for a while
Brought to you by:
ronaldoussoren
From: Ronald O. <ron...@ma...> - 2010-01-02 15:36:12
|
The code in the PyObjC repository will be unstable for a while due to some updates I'm working on. In particular, my next commit to pyobjc-core will break most framework wrappers. That will be fixed in due time, but until then it would be better to not compile from the repository. The update I'm working on is a port to Python 3.x, which is progressing nicely although slower than I'd like. I'm currently at a point where I'm reasonably sure that nothing is horribly broken, although the port is not finished yet. The framework wrappers are not yet avaiable on Python 3.x, making that port unusable for normal use. I will port those once I'm happy about the port of pyobjc-core, that should be a lot less work than porting the brige itself. BTW. I'm also slowly moving the pyobjc documentation to sphinx, the toolchain used to build the Python documentation. Ronald |