Do end-users need to install Python before installing/using Python extentions for a Windows program?
Hello, I have developed a little Windows program that uses Python extensions I wrote myself (no SWIG or nothing), and I was wondering, if I am going to make this program run in a machine Windows, do I have to actually install Python in this machine, if not, what are the minimum requirements. Thanks in advance Rod-
2008/8/29 SrMandrake ElMago <srmandrake@yahoo.com>
Hello, I have developed a little Windows program that uses Python extensions I wrote myself (no SWIG or nothing), and I was wondering, if I am going to make this program run in a machine Windows, do I have to actually install Python in this machine, if not, what are the minimum requirements.
Hello Yes you do, unless you use an embed Python to distribute your program, look a the py2exe project for instance: http://www.py2exe.org/ Regards Tarek
Thanks in advance Rod-
_______________________________________________ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig
-- Tarek Ziadé - Directeur Technique INGENIWEB (TM) - SAS 50000 Euros - RC B 438 725 632 Bureaux de la Colline - 1 rue Royale - Bâtiment D - 9ème étage 92210 Saint Cloud - France Phone : 01.78.15.24.00 / Fax : 01 46 02 44 04 http://www.ingeniweb.com - une société du groupe Alter Way
participants (2)
-
SrMandrake ElMago -
Tarek Ziade