PyQt4.__file__ gives PyQt4/__init__.py as value
Christian Heimes
lists at cheimes.de
Sat Aug 15 17:19:42 EDT 2009
wgw wrote:
> I don't understand why the __file__ value in my installation of PyQt
> would not give a proper, full path.
>
> I'm guessing that I did not install pyqt properly (I'm on Ubuntu
> Hardy, trying to install QT4.5), but before redoing the install, I
> want to see if there is a quicker fix.
Some versions of Debian and Ubuntu used to compile Python files with a
relative path. Try this:
python2.5 /usr/lib/python2.5/compileall.py -f /usr/lib/python2.5
python2.5 -o /usr/lib/python2.5/compileall.py -f /usr/lib/python2.5
Christian
More information about the Python-list
mailing list