我現在正在嘗試運行PyQt。我仍然得到以下錯誤 當我做到以下幾點:安裝PyQt時出錯
[email protected]:/home/abhowmik/app/imgSeek-0.8.6# cd Py*
[email protected]:/home/abhowmik/app/imgSeek-0.8.6/PyQt-x11-gpl-4.8.4# python configure.py --verbose
Determining the layout of your Qt installation...
/usr/share/qt3//bin/qmake -o qtdirs.mk qtdirs.pro
make -f qtdirs.mk
g++ -c -pipe -g -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I/usr/include/qt3 -o qtdirs.o qtdirs.cpp
qtdirs.cpp:1:17: fatal error: QFile: No such file or directory
compilation terminated.
make: *** [qtdirs.o] Error 1
Error: Failed to determine the layout of your Qt installation. Try again using
the --verbose flag to see more detail about the problem.
[email protected]:/home/abhowmik/app/imgSeek-0.8.6/PyQt-x11-gpl-4.8.4# ^C
[email protected]:/home/abhowmik/app/imgSeek-0.8.6/PyQt-x11-gpl-4.8.4#
有人能幫助我如何解決這一問題?
我不認爲導入是你在這裏的問題... –
如果你正在嘗試安裝Qt,發佈詳細信息它,操作系統,蟒蛇版...以及你爲什麼要做a,b或c方式。 – BrainStorm
幾乎所有的系統都帶有一個py-qt包。你可能想要安裝它。 – Carpetsmoker