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:
Regards
Tarek
Thanks in advance Rod-
Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig
participants (2)
-
SrMandrake ElMago
-
Tarek Ziade