Making a python extension in c++

Robin Dunn robin at stop.spam.alldunn.com
Tue Apr 24 15:46:15 EDT 2001


> 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.

--
Robin Dunn
Software Craftsman
robin at AllDunn.com       Java give you jitters?
http://wxPython.org      Relax with wxPython!






More information about the Python-list mailing list