Re: [python-win32] py2exe all of it

2007-03-13 Thread Wedge & Lever
Update in case anybody else wants the info: ** Caveat - I've only tried this on XP Professional If you copy the files from your python installation (i.e. C:\Python24), and try to run python.exe on a machine where python is not installed, you get errors for a few .dll files not found. Copy them

Re: [python-win32] py2exe all of it

2007-02-23 Thread Tim Roberts
Wedge & Lever wrote: > > ... > My next plan is to copy an entire python installation (files and > folders) onto a shared network drive, and write something to set up > path and pythonpath environment variables. That way, any machine > connected to that drive should run python programs without any

Re: [python-win32] py2exe all of it

2007-02-23 Thread Wedge & Lever
Apoligies if this goes to the wrong place - I'm new to mailing lists. I've done a lot of digging and tinkering, and am posting what I've found in case it helps anybody else. I started by py2exe'ing a script that was basically just: execfile("test.py") To see what did and did not work in test.p

Re: [python-win32] py2exe all of it

2007-02-20 Thread Bobby Metz
Been there. Done that. Same reasons. User's need a custom app but don't have install permissions due to IT policy. Just build your py2exe project and pass it around. If you're careful you can even cut out a bunch of the fluff, e.g. sample files for Tkinter, that py2exe might include. I foun

Re: [python-win32] py2exe all of it

2007-02-14 Thread Tim Roberts
Gabriel Genellina wrote: > I don't know what's exactly the OP's problem, but in general, asking a > user to install Python first, then wxPython, then pyOpenGL, and only then > the desired application may be too much. py2exe is a nice way to package > all of them. The OP wanted to have a full

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
AIL PROTECTED]> CC: python-win32@python.org Subject: Re: [python-win32] py2exe all of it Date: Tue, 13 Feb 2007 14:29:32 +0100 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 o

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