Python C API question

  • Thread starter Gabriele *darkbard* Farina
  • Start date
G

Gabriele *darkbard* Farina

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
 
S

Steve Juranich

Gabriele said:
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?
 

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

No members online now.

Forum statistics

Threads
474,294
Messages
2,571,511
Members
48,197
Latest member
ปั๊มเฟส|JoyLikeSEO

Latest Threads

Top