Making a python extension in c++
John J. Lee
phrxy at csv.warwick.ac.uk
Tue Apr 24 20:05:54 EDT 2001
On Tue, 24 Apr 2001, Erik Weber wrote:
> "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.
http://www.python.org/doc/current/dist/dist.html
The docs aren't great ATM, but it does work.
John
More information about the Python-list
mailing list