Libraries needed, please help!!!

Fredrik Lundh fredrik at pythonware.com
Fri Jul 30 10:35:48 EDT 1999


Sven Drescher <Sven.Drescher at dlr.de> wrote:
> I wanted to embed Python into C. I looked for the libraries to link them to
> my program. But I haven't the libraries. I looked for it in the Internet and
> everywhere, but never found.
> 
> Please give me a hint, where I can download the files:
> libModules.a
> libPython.a
> libObject.a
> libParser.a
> 
> Thank you very much!!!

assuming you're on unix,

1) get sources from www.python.org
2) unpack
3) type "./configure"
4) type "make"

ta da!

</F>





More information about the Python-list mailing list