Linking with a static python library.

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

F van der Meeren wrote:
This should get you started:
http://docs.python.org/extending/embedding.html
Apart from the C runtime, you'll also need to ship the Python stdlib, e.g. in a ZIP file.
-- Marc-Andre Lemburg eGenix.com
Professional Python Services directly from the Source (#1, Jun 15 2010)
2010-07-19: EuroPython 2010, Birmingham, UK 33 days to go
::: Try our new mxODBC.Connect Python Database Interface for free ! ::::
eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 http://www.egenix.com/company/contact/

F van der Meeren wrote:
This should get you started:
http://docs.python.org/extending/embedding.html
Apart from the C runtime, you'll also need to ship the Python stdlib, e.g. in a ZIP file.
-- Marc-Andre Lemburg eGenix.com
Professional Python Services directly from the Source (#1, Jun 15 2010)
2010-07-19: EuroPython 2010, Birmingham, UK 33 days to go
::: Try our new mxODBC.Connect Python Database Interface for free ! ::::
eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 http://www.egenix.com/company/contact/
participants (2)
-
F van der Meeren
-
M.-A. Lemburg