Python Installation

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • brolewis

    #1

    Python Installation

    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?

  • brolewis

    #2
    Re: Python Installation

    For what its worth, I am running Windows XP Pro on all of these
    machines.

    Comment

    • Simon John

      #3
      Re: Python Installation

      brolewis wrote:[color=blue]
      > 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.[/color]

      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....

      Comment

      • Fredrik Lundh

        #4
        Re: Python Installation

        Steve Holden wrote:
        [color=blue]
        > Hmm, effbot.org seems to be down just now. Sure it'll be back soon, though.[/color]

        BBC, News, BBC News, news online, world, uk, international, foreign, british, online, service


        </F>



        Comment

        • Simon Brunning

          #5
          Re: Python Installation

          On Tue, 11 Jan 2005 21:00:40 +0100, Fredrik Lundh
          <fredrik@python ware.com> wrote:[color=blue]
          > Steve Holden wrote:
          >[color=green]
          > > Hmm, effbot.org seems to be down just now. Sure it'll be back soon, though.[/color]
          >
          > http://news.bbc.co.uk/2/hi/europe/4158809.stm[/color]

          Good to see that it was effbot.org that was down, rather that the
          effbot himself.

          --
          Cheers,
          Simon B,
          simon@brunningo nline.net,

          Comment

          Working...