Ubuntu 10.04 and new graphicall builds

Hi peeps, I am trying to download a new build that runs ubuntu 10.04. I have tried downloading a couple of 64bit linux versions but they do not work. I am probably doing something wrong as i get this error

error while loading shared libraries: libpython3.1.so.1.0: cannot open shared object file: No such file or directory

I want to have a new build so that it fixes the add-ons issue. Cheers Jimmy

You need to install python3.1 libraries.

search in synaptic for python3.1 and install it.

You may find also that a couple of other libraries are required, namely libopenal1 or so… in a pinch to get started do:

sudo apt-get install python3.1 libopenal1

then search synaptic for any further packages the console complains about missing.