[ANN] Creating Py Extensions Using Borland's Free Compiler

Gordon Williams g_will at cyberus.ca
Tue Jul 11 17:45:19 EDT 2000


*** Creating Python Extensions Using Borland's Free Compiler V2.0***

I am pleased to announce a set of step-by-step instructions and examples to
create extensions using the free Borland Command Line Compiler.  

This information can be found at 

http://www.cyberus.ca/~g_will/pyExtenDL.shtml .

Version 2.0 provides a patch for Config.h that solve the Py_None reference
problem (Thanks to Ng Pheng Siong).  Another example has been included.

**********************************************************************
ABSTRACT

This paper describes the method used to create Python Extensions using the
Borland 5.5 C++ Compiler (BCC). This command line compiler is available
free from http://www.borland.com/bcppbuilder/freecompiler/. I describe the
steps that are necessary to produce the extension from the C source code
and how to set up the associated files for the compiler and linker. These
extensions work with the standard Windows distribution of Python. The
process used to produce the extension is very easy and consists of running
a simple batch file that I provide as part of this package. I also have
some examples and a short reference section at the end of this paper that
may be helpful.

 Gordon Williams
g_will at cyberus.ca





More information about the Python-list mailing list