Hi there. Current OS - lately installed LMDE. I learn python programming, using python 3.2.3 and python3-urwid 1.0.1-2 installed from repos. Sadly current latest stable version of urwid is 1.1.1, and tutorials written for this version are not compatible with python3 and urwid versions, available from LMDE repos. Even if I will replace python3-urwid by latest, still python3.2.3 won't support widely used strings like u"text", widely used in python3-urwid source and examples.
I tried to install latest version of python - I made deb file from latest python by checkinstall, but this python3.3.3.deb didn't replaced python3.2.3, and standard python modules were not importable for python3.3.3. Also it was impossible to uninstall python3.3.3 by synaptic or aptitude, and uninstalling of python 3.2.3 crushed half of system.
How can I SAFELY upgrade python3?

