Call C functions from Python

Fredrik Lundh fredrik at pythonware.com
Wed Oct 5 11:35:19 EDT 2005


"Java and Swing" wrote:

>i dont have a myapp.pyd ...i have myapp.c, or are u suggesting I dump
> the dll?

if that's what you're trying to import, yes.

> or the swig generated python file?
> the swig generated python file only has .py and .pyc.

huh?  if you have a swig-generated python file, why are you using ctypes?

</F> 






More information about the Python-list mailing list