Creating wrapper for python..

  • Thread starter Anish Chapagain
  • Start date
A

Anish Chapagain

Hi..
What will be the best approach for creating wrapper in python language
for the API programmed in C.
I came across SWIG, but am having problem as the generated .pyd file
is not displaying any output...
so, how feasible will be to use ctype for python..it is possible in C
to create every c file a dll and link with necessary other one..??
 
S

santosh

Anish said:
Hi..
What will be the best approach for creating wrapper in python language
for the API programmed in C.
I came across SWIG, but am having problem as the generated .pyd file
is not displaying any output...
so, how feasible will be to use ctype for python..it is possible in C
to create every c file a dll and link with necessary other one..??

<http://www.python.org/doc/>

Also <news:comp.lang.python>
 
K

Keith Thompson

Anish Chapagain said:
What will be the best approach for creating wrapper in python language
for the API programmed in C.
I came across SWIG, but am having problem as the generated .pyd file
is not displaying any output...
so, how feasible will be to use ctype for python..it is possible in C
to create every c file a dll and link with necessary other one..??

comp.lang.python would be a better place for this question. Please
check that newsgroup's FAQ first.
 
A

Antoninus Twink

What will be the best approach for creating wrapper in python language
for the API programmed in C.
so, how feasible will be to use ctype for python..

It should be entirely feasible. Have you tried working through the
tutorial at said:
it is possible in C to create every c file a dll and link with
necessary other one..??

[parse error] Could you explain more clearly what you mean?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,049
Latest member
Allen00Reed

Latest Threads

Top