Page 1 of 1

Python upgrade 2.4 => 2.5

Posted: 12 Oct 2009, 05:57
by Binkem
Hi all,

I just upgraded python form 2.4 to 2.5 to run SABnzbd. The problem is I first installed all neccesary python modules under 2.4 then upgraded to 2.5 Now when I try to run SABnzbd it tells me:
bubba:/usr/bin# python /opt/SABnzbd-0.4.12/SABnzbd.py
Sorry, requires Python module Cheetah 2.0rc7 or higher.
The problem is when I try to install using APT-GET it tells me the python modules are already installed.

How do I fix this?

Re: Python upgrade 2.4 => 2.5

Posted: 19 Jun 2011, 16:06
by Binkem
Reinstalled my Bubba2 and nog I get the same problem again.
Can't remember how i fixed this last time around :( and never posted the fix here doh!

Anyone?

Re: Python upgrade 2.4 => 2.5

Posted: 19 Jun 2011, 16:34
by Eek
Installed from source?

Re: Python upgrade 2.4 => 2.5

Posted: 19 Jun 2011, 16:47
by Ubi
next time do not install python 25 over 24 but in a separate spot. This avoids a case of dependicitis

Re: Python upgrade 2.4 => 2.5

Posted: 20 Jun 2011, 03:14
by Binkem
I used apt-get install python2.5, but Debian doesn't seem to update things like py-versions. I dit this manually, but however I try python 2.5 refuses to accept that cherrypy and Cheetah are installed. Even reinstalling (using apt-get) doesn't work.

Re: Python upgrade 2.4 => 2.5

Posted: 20 Jun 2011, 17:27
by Ubi
realizing this is utterly off-topic, but can someone explain to me what the benefit of cherrypy is in comparison to mod_python?