py to exe: suggestions?

Sybren Stuvel sybrenUSE at YOURthirdtower.com.imagination
Sun Aug 28 04:43:37 EDT 2005


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



More information about the Python-list mailing list