hi all,
i'm learning python on my osx machine, on which i've installed 2.6.1 and numpy without a hitch. now i've got an eee pc 901 'netbook' on which i would like to test stuff when i'm on the move. i'm new to linux but i'm getting along. the eee is running the special ubuntu 8.10 distribution called 'easy peasy' (ex-ubuntu-eee for those who know what i'm talking about). the version of python that comes with it is 2.5.2. this is a problem since all my 2.6.1 scripts are using 'modern' syntax (mainly string.format(etc)). i figured that learning was better if i kept an eye on 3.0 rather than 2.5.
i could install 2.6.1 using the linux version and going through ./configure, make etc, but i'm afraid of messing things up (i've resintalled ubuntu 10 times already because i didn't know what i was doing). i read somewhere that ubuntu is heavily dependent on python working correctly. when checking available (and official) ubuntu "packages", the latest one available is 2.5. most of the stuff i've installed on my eee has come from either aptitude or synaptic which, as i've learned the hard way, are the way to go if i want a stable system.
i googled for "python repositories" but didn't find anything useful.
could someone please explain, in the most basic terms, what is the safest way to do what i need? i'm especially worried about ubuntu dependencies and stuff like that, which drove me nuts already when different libraries got cross-referenced and wouldn't remove or get reinstalled.
also, any possible problems with numpy i should know about?
thanks a lot.

