Python Installation

B

brolewis

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. Can anyone tell me an easy way to install these
onto the laptops? Ideally I would like to have a single executable to
handle everything for me. I have also looked into using NSIS to handle
the installation, but am still unaware how to install the modules that
I need easily. Does anyone have any suggestions?
 
S

Simon John

brolewis said:
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....
 
P

Peter Hansen

Simon said:
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....

That part is pretty trivial to automate as well. Fredrik
Lundh has a useful utility on his web site that will do much
of what is required. Google for his name and "python registry"
to find out more.

-Peter
 
S

Steve Holden

Peter said:
That part is pretty trivial to automate as well. Fredrik
Lundh has a useful utility on his web site that will do much
of what is required. Google for his name and "python registry"
to find out more.
Hmm, effbot.org seems to be down just now. Sure it'll be back soon, though.

regards
Steve
 
P

Peter Hansen

Steve said:
Hmm, effbot.org seems to be down just now. Sure it'll be back soon, though.

Still down, but clicking on the second link in the result,
on the "cached" link, then on the "cached text only" link
in the header, will get the relevant source code for you.

-Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,215
Messages
2,571,113
Members
47,718
Latest member
couriermedicines

Latest Threads

Top