我想調試一些腳本,我跟着Omid拉哈建議從這個職位 Writing gimp plugins in python on windows- how do i debug? where is the output?。 系統工作,所以我能夠踏進我的代碼,但是當執行到達 from gimpfu import *
錯誤這個錯誤發生的情況是: (pythonw.exe:3588):LibGimpBase
我有EPD 7.3,並且已經通過Enthought軟件倉庫安裝了wxPython 2.9。我試圖運行winPDB,這需要wxPython的,我得到這個消息: This program needs access to the screen.
Please run with a Framework build of python, and only when you are
logged in o
我試圖調試一個簡單的python應用程序,但沒有運氣到目前爲止。 import multiprocessing
def worker(num):
for a in range(0, 10):
print a
if __name__ == '__main__':
for i in range(5):
p = multiprocessing.Proc