开发者

Problems importing GDK

开发者 https://www.devze.com 2023-03-03 11:37 出处:网络
I 开发者_如何学Goam trying to import GDK to my program however I continue to get an error No module named GDK

I 开发者_如何学Goam trying to import GDK to my program however I continue to get an error

No module named GDK

Do you know how I can fix this? Since it was working before I already tried import gtk.GDK and import GDK.

I have installed PyGTK and PyGDK is part of of it pyGTK.


Try:

import gtk.gdk

(note: small letters)

0

精彩评论

暂无评论...
验证码 换一张
取 消