Python C API question

Steve Juranich sjuranic at gmail.com
Mon Apr 24 11:52:16 EDT 2006


Gabriele *darkbard* Farina wrote:

> Hi,
> 
> I'm a newbie in python extension development, and I'd like to ask you a
> simple question. I have to implement a simple estension that parses a
> source file and returns an xml.dom.minidom.Document instance. I'd like
> to know how can I import and then manage xml.dom.minidom.* objects
> using Python C API.
> 
> thanks,
> Gabriele
> 

Have you looked at the PyImport_* functions?

-- 
Steve Juranich
Tucson, AZ
USA




More information about the Python-list mailing list