Making a python extension in c++
Erik Weber
erikw at lineo.com
Tue Apr 24 16:26:23 EDT 2001
More information about the Python-list mailing list
Tue Apr 24 16:26:23 EDT 2001
- Previous message (by thread): Making a python extension in c++
- Next message (by thread): Making a python extension in c++
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Robin Dunn" <robin at stop.spam.alldunn.com> wrote in message news:5JkF6.379$GdX.58261692 at news.randori.com... > > Hmmm. This is true, but I am thinking this is a failure of the > > Makefile.pre.in script to handle the extension ".cc" > Try it with distutils instead. In most cases it handles building C++ > extension modules with no problems. What are disutils? I am following the procedure for making UNIX dynamic load extensions from the Python documentation. -- -Erik Weber Lineo Seattle 206.285.2506 x204
- Previous message (by thread): Making a python extension in c++
- Next message (by thread): Making a python extension in c++
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list