On 11.05.06 16:00:36, Lee Braiden wrote: > On Thursday 11 May 2006 15:34, Sreeram Kandallu wrote: > > PyQt4 has been quite stable for many months now! I ported a reasonably > > large application from PyQt3 to PyQt4 in February > > Are there debs of pyqt4 anywhere? Or, would it be easy to untar under ~, and > add it to sys.path?
untar and add to sys.path?? No, if you take the tarball you're going to build it, using a compiler and python2.x-dev (and qt4 devel packages). I think installing into /usr/local should bring it into pythons path automatically, but am not sure. I installed me python2.4 into $HOME and with it PyQt4+Qt4 as it's much easier to "update" (no need to su). Andreas -- You two ought to be more careful--your love could drag on for years and years. _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
