Python - 在 Mac 上安裝 PyQt 開發 GUI 視窗程式

Posted on Sat 14 February 2015 in Pelican • Tagged with Mac, Python, PyQt

在前一篇 Python - 在 Windows 上使用 PyQt 開發 Python 視窗程式 介紹了在 Windows 上開發 PyQt 的視窗程式,而因為本人也有在使用 Mac 所以也要筆記一下如何安裝囉。


Continue reading

Python - 在 Windows 上使用 PyQt 開發 Python 視窗程式

Posted on Mon 05 January 2015 in Python • Tagged with Python, Windows, PyQt

Python 上最常用來開發 GUI 視窗的有 thinkerPyGTKwxPythonPyQt / PySide 等等。


Continue reading

Python - 使用 PyQt 與 py2exe 製作 GUI 視窗應用程式的 exe 執行檔

Posted on Sun 04 January 2015 in Python • Tagged with Python, py2exe, PyQt

在前一篇 Python - 使用 py2exe 製作 Python exe 執行檔 介紹了製作 exe 與初步認識,但是今天如果要製作的檔案是 GUI 執行檔,可就需要再修改了,此篇介紹如何產生 GUI 視窗程式用的 exe 執行檔,透過 PyQt 開發的視窗應用程式做一個基本的 exe 製作


Continue reading