Do you need really the last version, if you dont, you can install from
repositories:
# aptitude install python-qt4
If you really need the last version, you have to compiling, so you need
first install all compiling packages, a bunch of dev packages i'm sure.
# apt-get build-dep python-qt4
if yo
On Sun, 17 Jun 2012 09:22:12 +0800, "水静流深" <1248283...@qq.com> wrote:
> my system is debian 6.0.4
> 1.i have installed qt
> download qt-everywhere-opensource-src-4.8.2
> extract it
> cd ./qt-everywhere-opensource-src-4.8.2
> ./configure
> make
> make install
>
>
>
> 2.when i install my pyq
On 17 June 2012 09:22, 水静流深 <1248283...@qq.com> wrote:
> my system is debian 6.0.4
> 1.i have installed qt
> download qt-everywhere-opensource-src-4.8.2
> extract it
> cd ./qt-everywhere-opensource-src-4.8.2
> ./configure
> make
> make install
>
> 2.when i install my pyqt
> 1)download PyQt-x11