Posts Tagged ‘ubuntu 9.10’

[SOLVED] Ubuntu 10.04 Lucid Lynx module folder location error

I am a python programming expert. And after upgrading to Ubuntu 10.04 Lucid Lynx from Ubuntu 9.10 Karmic Koala I started getting error while running python programs. It was showing errors related to module folder. So I downgraded my Kernel version from 2.6.33 to 2.6.32. But the problem prevailed. So, I downgraded my Ubuntu version from Lucid to Karmic, but the problem yet could not be solved. And then I again tried to downgraded my Kernel version from 2.6.32 to 2.6.31. After that it helped me. But after next reboot the same problem occurred. And then I searched for the module file but using following command in my terminal:

$: locate -i python| grep -i module

Then I searched for python module and I got the following location:

/usr/lib/pymodules/
/usr/lib/python2.6/
/usr/lib/pyshared/

Then I opened “Synaptic Manager” and then viewed for my python packages. Everything seemed to be fine. But I again tried to reinstall the python-2.6 then It installed all the dependencies that were not installed. After the installation, I rebooted my system and then tried opening my program. Hurray that worked and that has never changed. Now I am back in my track in python programming.

The problem how did that happened is due to my upgrade from karmic koala 9.10 to lucid lynx 10.04.

[HOWTO] Downgrade Ubuntu 10.04 Lucid Lynx to Ubuntu 9.10 Karmic Koala

After we upgrade from Karmic Koala Ubuntu then we face lots of problem in our system. Like every times upgrade and others problems. Moreover alpha release and other releases make more problems to your computer. So people would like to downgrade from Lucid Lynx to Karmic Koala. So for downgrading from Lucid to Karmic you need to visit here:
http://releases.ubuntu.com/karmic/

After that download the exact ISO file that matches your computer. And then make it boot able on your disk like USB disk, CD Drive. And then run the bootable drive by inserting during the booting of your system. That’s how you downgrade your Lucid lynx to Karmic Koala.
Source:
Downgrading Ubuntu