Is there any chance the ctypes-only clone will be integrated before a pyglet 1.2 release, or for that matter "any time soon"? FWIW, I tried the clone, and it was acting a bit "weird" for me.
On Oct 28, 6:08 am, Phillip Nguyen <[email protected]> wrote: > Bruce is correct. The cocoa branch that I merged back in March, > currently in the pyglet trunk, is still dependent on PyObjC. The > messy ctypes-only version is a separate clone, available > fromhttp://code.google.com/r/evilphillip-cocoa-ctypes/. I think it's the > ctypes-only clone that Nathan is referring to above. The two > codebases are theoretically equivalent -- they both make the exact > same objective-c function calls. It's just that the version in the > repository is using PyObjC and the clone version is using a ctypes > wrapper around the objc runtime. So I'm surprised that the PyObjC > version from the trunk is showing problems that the ctypes-only > version isn't. Unfortunately, I'm not running Lion to be able to look > into it. > > --phillip -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en.
