Re: [python-win32] py2exe all of it

2007-02-13 Thread Gabriel Genellina
En Tue, 13 Feb 2007 16:42:56 -0300, Tim Roberts <[EMAIL PROTECTED]> escribió: > So, you could just zip up your \Python24 directory from home, export a > few keys from the registry, then unzip the zip and import the registry > files on your machine at work. You would have done exactly what the > i

Re: [python-win32] py2exe all of it

2007-02-13 Thread Roel Schroeven
Wedge & Lever schreef: > 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

Re: [python-win32] py2exe all of it

2007-02-13 Thread Tim Roberts
Wedge & Lever 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 > di

Re: [python-win32] py2exe all of it

2007-02-13 Thread Rex Corrovan
I have built and use exe's using win32com for both db access and com API interaction, so this part is doable. I think what you are asking though is not going to work, you basically want to take all the libs, all the dll's etc, package them all up with python into an exe and just run python and

Re: [python-win32] py2exe all of it

2007-02-13 Thread Nicolas Grilly
On 2/13/07, Wedge & Lever <[EMAIL PROTECTED]> 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

[python-win32] py2exe all of it

2007-02-13 Thread Wedge & Lever
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