1
這裏是我的腳本:在打包腳本時,Python如何獲得圖像目錄的路徑?
current_directory=os.path.abspath(os.curdir)
self.image_array = glob.glob(os.path.join(current_directory,"./data/world_flag_game/flags/*.png")
當我從終端運行它(使用快),但是當我將其打包(使用快速包)這工作得很好,似乎路徑是行不通的。
我想發佈到ubuntu軟件中心應用程序我應該使用什麼路徑來存儲我的圖像,以便每個安裝我的應用程序的ubuntu用戶都沒有問題。 – nicolasmanic
您是否閱讀過[這些指導方針](http://developer.ubuntu.com/2012/02/how-to-prepare-a-compiled-application-for-ubuntu-software-center/)? – gary