Comment 48 for bug 192992

Revision history for this message
Tiger Zhang (iamzhanghu) wrote :

I think there is a bug in the preinst script which caused the python-apt ValueError: error parsing Python-Version.

root@tiger-desktop:/tmp# diff preinst 5/preinst
8c8
< python-version = python:Versions=2.4
---
> python-version = 2.4

After I changed this line to python-version = 2.4. It works!
And you can download the deb package here: http://emblinux.org/blog/blog.asp?name=tigerz