[Pyobjc-dev] Python defined type in C code
Brought to you by:
ronaldoussoren
From: Ken B. <kb...@sp...> - 2010-08-30 15:47:28
|
I am making a package that consists of one module written in C and two others written in Python. The C module has functions that should take parameters of a class type written in one of the Python modules. What is the most appropriate way of dealing with this? How can I "import" a Python module into my C context? Ken |