pygui

    1熱度

    1回答

    我有一個PyGTK應用程序,它在Gnome中工作正常,但在Unity(ubuntu 10.10+)下全局菜單欄不起作用 - 菜單不會顯示在應用程序窗口或的頂部欄中。有沒有辦法強制菜單跳過全局菜單欄或顯示在其中? 編輯: 添加最小樣本。 #! /usr/bin/python import GUI from GUI import Window app = GUI.Application()

    0熱度

    1回答

    安裝下載的tar.gz文件當我從http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/下載PyGUI-2.5.4.tar.gz然後運行 pip install downloads/PyGUI-2.5.4.tar.gz 我弄了半天錯誤,這根似乎是以下幾點: tarfile.ReadError: not a gzip file 任何想法我

    1熱度

    2回答

    我爲我的64位Python 2.7(我也爲這些人安裝了64位)安裝了pygui和pywin32,當我嘗試使用pygui,它使用pywin32時,python給了我這個錯誤。 我確定其他人可能會遇到類似的問題。 Traceback (most recent call last): File "C:\Users\MY_USERNAME_HERE\Dropbox\Python Programs