Python GUI 要如何直接執行在shell裏,而不用進去桌面 - Linux

Table of Contents

※ [本文轉錄自 Python 看板 #1Hht1oyi ]

作者: einstein328 (pica) 看板: Python
標題: [問題] Python GUI 要如何直接執行在shell裏,而不用進去桌面
時間: Thu Jun 6 01:07:59 2013


好奇問一下, 我現在是用Pyside來寫GUI,
OS是Ubuntu, 有辦法從開機後, 直接執Python 的GUI,
不用進到Gnome的桌面裡嗎

BRs,
Sheldon


--

All Comments

Doris avatarDoris2013-06-07
自己寫一個session, 或著直接startx <your prog>
Freda avatarFreda2013-06-08