On Ubuntu edgy (with both Python 2.4 and 2.5 installed), I cannot get it to work because of dependency problems.
Code:
root@ubuntu:/disk2/sonyreader/libprs500/trunk # python2.5 setup.py develop
running develop
running egg_info
writing src/libprs500.egg-info/PKG-INFO
writing top-level names to src/libprs500.egg-info/top_level.txt
writing dependency_links to src/libprs500.egg-info/dependency_links.txt
writing entry points to src/libprs500.egg-info/entry_points.txt
writing manifest file 'src/libprs500.egg-info/SOURCES.txt'
running build_ext
Creating /usr/lib/python2.5/site-packages/libprs500.egg-link (link to src)
libprs500 0.3.5 is already the active version in easy-install.pth
Installing makelrf script to /usr/bin
Installing lrf-meta script to /usr/bin
Installing prs500 script to /usr/bin
Installing prs500-gui script to /usr/bin
Installed /mnt/hdb1/sonyreader/libprs500/trunk/src
Processing dependencies for libprs500==0.3.5
You do not have PyQt4 installed. The GUI will not work. You can obtain PyQt4 from http://www.riverbankcomputing.co.uk/pyqt/download.php
I have PyQT4 installed, but only the package that is provided by Ubuntu (python2.4-qt4). There is no python2.5-qt4, and if I was going to install PyQt4 for Python 2.5 through sources, I'd most certainly break a couple of dependency issues.
Any hints?