[Pyobjc-dev] Using OS-X frameworks from Python
Brought to you by:
ronaldoussoren
|
From: Arnar B. <ar...@gm...> - 2008-02-08 19:06:45
|
Hello there, Forgive me if I'm in the wrong place asking this. I have an OS-X Framework (with source code) and I need to use the functionality of it from Python. The framework in question is WiiRemote.framework that provides events from a Wii remote through delegates (unfortunately I'm not familiar with Objective-C). After digging around for a while, I'm having trouble finding answers to the following: What are my options here? Is it possible to use the compiled framework directly with ctypes? Can I use it from a custom extension module (written in C)? Can I write a Python extension module in Objective-C? thanks, Arnar |