Re: Linking to a Python static library.

2010-06-15 Thread Thomas Jollans
On 06/15/2010 10:20 AM, F van der Meeren wrote: > Hi, > > I am trying to figure out, what files to copy with my app so I am able to > initialize the python runtime. > Where can I find information about this? You need to link with libpython. How you do this depends on the toolchain you're using.

Linking to a Python static library.

2010-06-15 Thread F van der Meeren
Hi, I am trying to figure out, what files to copy with my app so I am able to initialize the python runtime. Where can I find information about this? Thank you, Filip -- http://mail.python.org/mailman/listinfo/python-list