Re: Building a Dynamic Library (libpython.so) for Python 2.4.3 Final

2006-04-26 Thread Bo Gus
In article <[EMAIL PROTECTED]>, Andrew MacIntyre <[EMAIL PROTECTED]> wrote: > Dean wrote: > > I've been trying to make python a dynamic library. I downloaded Python > > 2.4.3 Final from the Python web site and I cannot get it to create the > > library. > > > > I've tried using the directive: >

Re: Building a Dynamic Library (libpython.so) for Python 2.4.3 Final

2006-04-26 Thread Andrew MacIntyre
Dean wrote: > I've been trying to make python a dynamic library. I downloaded Python > 2.4.3 Final from the Python web site and I cannot get it to create the > library. > > I've tried using the directive: > > --enable-shared > > and > > --enable-shared=yes > > and both of them had the same e

Building a Dynamic Library (libpython.so) for Python 2.4.3 Final

2006-04-25 Thread Dean
I've been trying to make python a dynamic library. I downloaded Python 2.4.3 Final from the Python web site and I cannot get it to create the library. I've tried using the directive: --enable-shared and --enable-shared=yes and both of them had the same effect of creating a bunch of parts of