Posts Tagged ‘Python 2.5 => Python 2.6’

Ubuntu 9.10 – Labyrinth Mindmapping Utility ImportError line 45

Wednesday, November 4th, 2009

So, if you are like me you’ve been watching the countdown on http://www.ubuntu.com for the release of Karmic Koala Ubuntu 9.10 and have upgraded/installed as soon as you could.

Well for those of us that I consider pioneers, I say it’s time to fix some bugs. The first I’ve had problems with is the labyrinth python problem.

To fix:
sudo vim /usr/bin/labyrinth
change line 40 from “/usr/lib/python2.x/… to “/usr/lib/python2.6/dist-packages/labyrinth”
in Vim i = insert or edit mode
then escacpe :wq will exit edit mode and write the file changes followed by exiting.
Then you simply need to apt-get install python-numeric