Results 1 to 1 of 1
I'm trying to install a package called Decompyle. It requires python 2.4.
Before I tried to install it, I had 2.3, and it told me I needed python 2.4 or ...
- 03-20-2007 #1Just Joined!
- Join Date
- Mar 2007
- Posts
- 1
Installed python 2.5, dpkg -i of another package doesn't recognize
I'm trying to install a package called Decompyle. It requires python 2.4.
Before I tried to install it, I had 2.3, and it told me I needed python 2.4 or higher. So I downloaded the python 2.5 source from python.org, cd'ed to the folder, and typed:
So python 2.5 is installed, right? Apparently the decompyle.deb pkg doesn't think so. I tried dpkg -i again on decompyle.deb, and it says:Code:./configure #some output, configured, blah blah make #some output, compiled, blah blah make install #installed, yay.
As well as libc6 being the wrong version as well, but I figure that will be less complicated.Code:decompyle depends on python-central (>= 0.5.6); however: Package python-central is not installed. decompyle depends on python (>= 2.4); however: Version of python on system is 2.3.5-2
So, first of all, why is it saying my python version is 2.3.5-2? Also, if anyone knows off the top of their heads, what is this python-central package?
Thanks.


Reply With Quote
