
tn.pablo at gmail
Jul 4, 2009, 6:25 AM
Post #3 of 3
(125 views)
Permalink
|
|
Re: Calling C or C++ Functions inside Python script
[In reply to]
|
|
On Sat, Jul 4, 2009 at 05:06, Parikshat Dubey<parikshatdubey[at]gmail.com> wrote: > Hi, > > Is this possible to call C functions(inbuilt or user defined) inside python > script.If yes, please illustrate how it can be done. > Thanks, > Parikshat Dubey >From http://www.swig.org : "SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. SWIG is used with different types of languages including common scripting languages such as Perl, PHP, Python, Tcl and Ruby. " --- Pablo Torres N. -- http://mail.python.org/mailman/listinfo/python-list
|