2007年12月18日 星期二

[Python][Ubuntu]安裝qPyProfiler

qPyProfiler具有易懂的介面,對分析你的Python程式效率非常有幫助。

下載處: http://www.digitalfox.org/projets/qPyProfiler/

下載後解壓縮(假設在./qPyProfiler)

需要的程式及套件
apt-get install pyqt4-dev-tools (會幫你安裝需要套件,其中包含python-qt4)
apt-get install python-profiler

接著執行./qPyProfiler/uic.sh
再執行./qPyProfiler/qPyProfiler.py即可

關鍵字: python profiler ubuntu qt4 uic ui_mainWindow