ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> python-list
python-list
Re: how to pass a file descriptor in a swig module
by Pierre Schnizer other posts by this author
Jul 3 2003 7:42AM messages near this date
Re: how to pass a file descriptor in a swig module | Re: how to pass a file descriptor in a swig module
"kj.kjn" <kj.kjn@[...].fr>  writes:

>  My function func(File * des) is embedded in a module swig.
>  
>  I would to know how to call this function from python script and if it's
>  necessay
>  
>  to declare a typemaps ?
>  
>  Thank you
How to wrap call backs is explained here:
http://www.swig.org/Doc1.3/SWIG.html#n30

So basically you just need to wrap the C function to an pointer, and pass that
pointer to swig.

A simple example is given here:
http://www.itp.tu-graz.ac.at/~pierre/swig_example.tar.gz

Pierre
-- 
http://mail.python.org/mailman/listinfo/python-list
Thread:
kj.kjn
Pierre Schnizer
Pierre Schnizer
=?ISO-8859-1?Q?Gerhard_H=E4ring?=

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved