Re: pushing python to multiple windows machines

2005-10-21 Thread [EMAIL PROTECTED]
Thanks Roger & Larry. Both of your suggestions are very helpful! -shawn -- http://mail.python.org/mailman/listinfo/python-list

Re: pushing python to multiple windows machines

2005-10-21 Thread Roger Upole
<[EMAIL PROTECTED]> wrote: >I am working on a project that requires python to be installed on a > large number of windows servers and was wondering if anyone has found a > method to do this. I found the article from 2003, but nobody ever > stated that they have found an option for this. > > http:/

Re: pushing python to multiple windows machines

2005-10-21 Thread Larry Bates
Do you really need to install the interpreter or do you want to install a Python application to a bunch of servers? Using a combination of py2exe and InnoInstaller I push applications (and services, and COM objects) to lots of Windows servers just as normal setup.exe files which can be distributed

Re: pushing python to multiple windows machines

2005-10-21 Thread [EMAIL PROTECTED]
hey tim - Thanks for you input. I'm looking at it from the Windows perspective of needing to push a python interpreter out to multiple machines. I'll check out Moveable Python as you suggested. thanks -shawn -- http://mail.python.org/mailman/listinfo/python-list

RE: pushing python to multiple windows machines

2005-10-21 Thread Tim Golden
[EMAIL PROTECTED] > I am working on a project that requires python to be installed on a large > number of windows servers and was wondering if anyone has found a method > to do this. I found the article from 2003, but nobody ever stated that > they have found an option for this. I'm not quite

pushing python to multiple windows machines

2005-10-21 Thread [EMAIL PROTECTED]
I am working on a project that requires python to be installed on a large number of windows servers and was wondering if anyone has found a method to do this. I found the article from 2003, but nobody ever stated that they have found an option for this. http://groups.google.com/group/comp.lang.py