chris patton enlightened us with:
> I need to convert a python file to an '.exe'. I've tried py2exe, and
> I don't like it because you have to include that huge dll and
> libraries.

Then what would you expect? The whole Python interpreter is needed if
you want to run Python programs. It's more a smart packaging process
than a compilation of Python code into an executable.

Sybren
-- 
The problem with the world is stupidity. Not saying there should be a
capital punishment for stupidity, but why don't we just take the
safety labels off of everything and let the problem solve itself? 
                                             Frank Zappa
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to