On Saturday 26 September 2009 21:34:01 Faheem Mitha wrote: > Hi, > > I downloaded the source from > > http://hg.logilab.org/hgview > > and compiled a Debian package. When trying to bring up hgview, I got an > error about pyrcc4. apt-file informed me that this was in pyqt4-dev-tools. > On installation the error went away and hgview worked, and after removing > pyqt4-dev-tools it still worked, so I'm guessing it did some one-time > thing.
Yes it does. There is a .qrc file holding resources (icons) that is automatically "compiled" into a python module using pyrcc4 if the python module is not found or if the .qrc file is newer than the .qrc file (this is done in hgviewlib/qt4/__init__.py ). The errors you encountered may be related to the way the deb package in testing has been built; it probably lacks the python module generated from the qrc file. I'll discuss with Alexandre this point ASAP. > I tried using the package from unstable, but had some problems. See > separate bug report in the Debian BTS. Thanks for you reports. > Thanks for hgview. It looks good. Thank you > Regards, Faheem. -- David Douard LOGILAB, Paris (France), +33 1 45 32 03 12 Formations Python, Numpy, Debian : http://www.logilab.fr/formations Développement logiciel sur mesure : http://www.logilab.fr/services Informatique scientifique : http://www.logilab.fr/science _______________________________________________ Python-Projects mailing list Python-Projects@lists.logilab.org http://lists.logilab.org/mailman/listinfo/python-projects