brolewis wrote: > I need to install Python on a number of laptop computers (at least a > dozen). I am needing to install Python 2.4, pycrypto, win32all, > wxPython, and pyCurl.
You could try the recently-announced MOVPY, or NSIS/InnoSetup as you say. Or simply put the five installers on a disk - if it's only a dozen machines, it's not going to take long if you don't have to download each time. They are simple .exe installers, it's not as if you have to compile and deal with dependancies etc. like on Linux. I would say install on one machine, then just copy the C:\Python24 directory, but then you'd have to deal with the missing Registry entries.... -- http://mail.python.org/mailman/listinfo/python-list