Hey, can anyone help me with this install error? I'm trying to install on FreeBSD (linux-like). Something is wrong about udev? I don't have any directory /etc/udev on my system. Am I missing something that needs to be installed or running?
The error is:
Code:
root@oom9:/root>easy_install-2.5 -U TTFQuery libprs500 && libprs500_postinstall
Searching for TTFQuery
Reading http://cheeseshop.python.org/pypi/TTFQuery/
Reading http://members.rogers.com/mcfletch/
Reading https://sourceforge.net/project/showfiles.php?group_id=84080
Reading http://cheeseshop.python.org/pypi/TTFQuery/1.0.0
Best match: TTFQuery 1.0.0
Processing TTFQuery-1.0.0-py2.5.egg
TTFQuery 1.0.0 is already the active version in easy-install.pth
Using /usr/local/lib/python2.5/site-packages/TTFQuery-1.0.0-py2.5.egg
Processing dependencies for TTFQuery
Searching for libprs500
Reading http://cheeseshop.python.org/pypi/libprs500/
Reading http://libprs500.kovidgoyal.net
Reading http://cheeseshop.python.org/pypi/libprs500/0.3.106
Best match: libprs500 0.3.106
Downloading http://pypi.python.org/packages/2.5/l/libprs500/libprs500-0.3.106-py2.5.egg#md5=983b0bb1cae1c98dcdf1401239dba931
Processing libprs500-0.3.106-py2.5.egg
Moving libprs500-0.3.106-py2.5.egg to /usr/local/lib/python2.5/site-packages
Removing libprs500 0.3.101 from easy-install.pth file
Adding libprs500 0.3.106 to easy-install.pth file
Installing libprs500-beta script to /usr/local/bin
Installing lrf-meta script to /usr/local/bin
Installing markdown script to /usr/local/bin
Installing pdf-meta script to /usr/local/bin
Installing rtf-meta script to /usr/local/bin
Installing web2lrf script to /usr/local/bin
Installing any2lrf script to /usr/local/bin
Installing pdf2lrf script to /usr/local/bin
Installing web2disk script to /usr/local/bin
Installing html2lrf script to /usr/local/bin
Installing libprs500_postinstall script to /usr/local/bin
Installing prs500 script to /usr/local/bin
Installing txt2lrf script to /usr/local/bin
Installing lit2lrf script to /usr/local/bin
Installing rtf2lrf script to /usr/local/bin
Installing libprs500 script to /usr/local/bin
Installed /usr/local/lib/python2.5/site-packages/libprs500-0.3.106-py2.5.egg
Processing dependencies for libprs500
Trying to setup udev rules...
Traceback (most recent call last):
File "/usr/local/bin//libprs500_postinstall", line 8, in <module>
load_entry_point('libprs500==0.3.106', 'console_scripts', 'libprs500_postinstall')()
File "build/bdist.linux-i686/egg/libprs500/linux.py", line 192, in post_install
File "build/bdist.linux-i686/egg/libprs500/linux.py", line 172, in setup_udev_rules
IOError: [Errno 2] No such file or directory: '/etc/udev/rules.d/95-libprs500.rules'
And if I just try to run libprs500 despite the error I get:
Code:
root@oom9:/usr/local/bin>libprs500
Traceback (most recent call last):
File ".//libprs500", line 8, in <module>
load_entry_point('libprs500==0.3.106', 'gui_scripts', 'libprs500')()
File "build/bdist.freebsd-5.5-STABLE-i386/egg/pkg_resources.py", line 236, in load_entry_point
File "build/bdist.freebsd-5.5-STABLE-i386/egg/pkg_resources.py", line 2097, in load_entry_point
File "build/bdist.freebsd-5.5-STABLE-i386/egg/pkg_resources.py", line 1830, in load
File "build/bdist.linux-i686/egg/libprs500/gui/main.py", line 21, in <module>
ImportError: No module named QtGui
root@oom9:/usr/local/bin>