Hello, there's a pretty solution. if the user hasn't got python or don't want to install python. You can make your application executable without a complete installation of python.
for this, look at project like py2exe or freeze. These tools make an executable of your pyc files and produce some files : python.zip (for python higher 2.3) and python.dll and other dll for application that needs some dynamic python's extension. regards, Laurent -- http://mail.python.org/mailman/listinfo/python-list