Making python module using Borland C++ 5

Anders J. Munch andersjm at dancontrol.dk
Tue Apr 8 11:08:16 EDT 2003


"Rami Saarinen" <rs55862 at NOSPAMyahoo.com> wrote:
> However, the thing is that eventually I'd be using a custom python 2.1 
> that has its' own python21.lib and includes. I am pretty sure that there 
>   is no distutils for that installation so I need to learn to do it by 
> hand.

Perhaps you can just statically link the whole thing, using the
embedding procedure, and calling initpyclips directly right after
Py_Initialize.

- Anders






More information about the Python-list mailing list