[python-win32] py2exe all of it

Nicolas Grilly nicolas.grilly at garden-paris.com
Tue Feb 13 14:29:32 CET 2007


On 2/13/07, Wedge & Lever <wedgeandlever at gmail.com> wrote:
> At work, bringing in an executable to use is no big deal, but installing
> anything takes an act of congress.  Because of this, I was going to try to
> py2exe everything you get with the windows installer, wxPython, and
> pyOpenGL.  My goal is basically a complete python distribution that does not
> need to install anything.
>
> Is this a pipe dream?
>
> If it's doable, I can figure it out... I just don't want to throw a lot of
> time and effort at the impossible.  If anybody's tried this, or knows a good
> reason it should/couldn't work, I'd appreciate any feedback you can provide.

Using py2exe, I've successfully built and deployed a Windows
executable using Python 2.4, wxPython 2.6 and win32com.

Cheers,

Nicolas Grilly


More information about the Python-win32 mailing list