On 21.06.07 09:10:34, hok kakada wrote: > នៅថ្ងៃ ពុធ 20 មិថុនា 2007 15:52, Andreas Pakulat បានសរសេរថា ៖ > > On 20.06.07 14:11:15, hok kakada wrote: > > > Dear List, > > > > > > I have written my program using python language and qt as its GUI. > > > In order to run it, it needs so many requirements as list below: > > > > > > sip-4.4.5 or higher a Python C/C++ Bindings Generator > > > http://www.riverbankcomputing.co.uk/sip/ > > > > > > PyQt-x11-gpl-4.0 or higher, the Python bindings for the Qt GUI toolkit > > > http://www.riverbankcomputing.co.uk/pyqt > > > > > > Qt4.2 or higher, a GUI toolkit > > > http://www.trolltech.com/developer/downloads/qt > > > > > > Python 2.3 or higher (shipped with most Linux distributions) > > > http://www.python.org/ > > > > > > Moreover, installing pyqt and qt take lots of time, about half a day or a > > > day, if problem exist. > > > > Half a day?? Did you ever try the -c j <num> options to configure.py? > > And Qt should come with your distro. > No..I haven't tried that. Thanks. > the Qt version comes with the distro is lower than our requirement. (eg: > PyQt-x11-gpl-4.0 will ask for qt4 not qt3. am I correct?)
Yes, but I think nearly all stable versions of the popular distro's ship both Qt3 and Qt4, mostly qt4 packages carry the 4 in their name. > > > In addition, I was wondering why there is no rpm files for downloading? > > > > Because most linux distro's ship it out-of-the-box and because Phil has > > only limited time I guess. > > > > > I browsed through their websites, but I couldn't find the rpm file > > > that is, I think, easier for normal user. > > > > Use your distro's packages and if they don't have one, bug them to > > provide one. > Hmmm, I am a SuSE10.2 users and if I am not wrong , SuSE10.2 ships qt3 which > support most programs within the distro and those programs might not work > well with qt4, my required version). Unless I'm totally off here, SuSE also ships Qt4 packages when can be installed side-by-side (without removing that is) with the qt3 packages. At least it would be very odd if a recent SuSE version wouldn't do this, as all other major distro's are doing it. Andreas -- Tuesday After Lunch is the cosmic time of the week. _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
