Re: best way to install python modules on linux

2006-04-14 Thread Fabian Braennstroem
Hi Harry, * Harry George <[EMAIL PROTECTED]> wrote: > Fabian Braennstroem <[EMAIL PROTECTED]> writes: > >> Hi, >> >> I am pretty new to python and will use it mainly in >> combination with scientific packages. I am running ubuntu >> breezy right now and see that some packages are out of date. >>

Re: best way to install python modules on linux

2006-04-10 Thread Harry George
Fabian Braennstroem <[EMAIL PROTECTED]> writes: > Hi, > > I am pretty new to python and will use it mainly in > combination with scientific packages. I am running ubuntu > breezy right now and see that some packages are out of date. > Do you have any suggestion, how I can get/keep the latest > py

Re: best way to install python modules on linux

2006-04-10 Thread Fabian Braennstroem
Hi, * Robert Kern <[EMAIL PROTECTED]> wrote: > Fabian Braennstroem wrote: >> Hi to all, >> >> thanks for your ideas! I just figured out a different way >> using archlinux 'pacman' (package management tool like apt). >> As a former archlinux user I am more used to adjust those >> PKDBUILDs (kind o

Re: best way to install python modules on linux

2006-04-08 Thread Robert Kern
Fabian Braennstroem wrote: > Hi to all, > > thanks for your ideas! I just figured out a different way > using archlinux 'pacman' (package management tool like apt). > As a former archlinux user I am more used to adjust those > PKDBUILDs (kind of ebuilds under archlinux) than adjusting > debian pac

Re: best way to install python modules on linux

2006-04-08 Thread Fabian Braennstroem
Hi to all, thanks for your ideas! I just figured out a different way using archlinux 'pacman' (package management tool like apt). As a former archlinux user I am more used to adjust those PKDBUILDs (kind of ebuilds under archlinux) than adjusting debian packages. The downside is that apt does not

Re: best way to install python modules on linux

2006-04-07 Thread Paul Boddie
Fabian Braennstroem wrote: > > I am pretty new to python and will use it mainly in > combination with scientific packages. I am running ubuntu > breezy right now and see that some packages are out of date. You can quite often backport some of the newer packages from packages.ubuntu.com, although t

Re: best way to install python modules on linux

2006-04-07 Thread flamesrock
You should consider gentoo as it big on python with all the latest packages. And no, installing doesn't take much effort. -- http://mail.python.org/mailman/listinfo/python-list

Re: best way to install python modules on linux

2006-04-07 Thread Robert Kern
Fabian Braennstroem wrote: > Hi, > > I am pretty new to python and will use it mainly in > combination with scientific packages. I am running ubuntu > breezy right now and see that some packages are out of date. > Do you have any suggestion, how I can get/keep the latest > python modules (e.g. sci

best way to install python modules on linux

2006-04-07 Thread Fabian Braennstroem
Hi, I am pretty new to python and will use it mainly in combination with scientific packages. I am running ubuntu breezy right now and see that some packages are out of date. Do you have any suggestion, how I can get/keep the latest python modules (e.g. scipy, numpy,...) on my ubuntu system? I.e.