sujith7c wrote:
>  Hi friends
> 
> 
>  
>  How can i change python version from 2.5 to 2.4 in my Ubuntu Linux box
> 
> when i am trying to import a module in python 2.5 it is showing
> ImportError: No module named config
> 
> 
> but is working fine in 2.4 version
> 

Well, you can either find the problem in your module, or
sudo apt-get install python2.4

and run your application with
python2.4 <appname>

Brad

-- 
Dolphins are so intelligent that within a few weeks they can
train Americans to stand at the edge of the pool and throw them
fish.

Reply via email to