Re: Distributing Python environment

2009-09-14 Thread Ecir Hana
I see, thanks a lot! -- http://mail.python.org/mailman/listinfo/python-list

Re: Distributing Python environment

2009-09-14 Thread Gabriel Genellina
En Sun, 13 Sep 2009 08:32:33 -0300, Ecir Hana escribió: I have an app which I would like to extend with Python. I I saw how to embed the interpreter into C. If I bundle my app with the Python lib (say, python26.dll) I can PyRun_SimpleString() some code. My question is, how do I bundle the res

Distributing Python environment

2009-09-13 Thread Ecir Hana
Hello, I have an app which I would like to extend with Python. I I saw how to embed the interpreter into C. If I bundle my app with the Python lib (say, python26.dll) I can PyRun_SimpleString() some code. My question is, how do I bundle the rest of the libraries (site, os, elementtree, random, ...)