Making python module using Borland C++ 5

Anders J. Munch andersjm at dancontrol.dk
Tue Apr 8 07:40:55 EDT 2003


"Rami Saarinen" <rs55862 at NOSPAMyahoo.com> wrote:
> I am trying to build a simple module for python (2.1.1) using the 
> Borland C++ Builder 5.

Piece of cake with distutils, assuming you're just writing an
ordinary extension module, and not trying to embed Python in your
application.

Just write a setup.py and run it with --compiler=bcpp.

If there's something about your setup that makes this straightforward
approach not work, please elaborate.

- Anders






More information about the Python-list mailing list