Thread
:
Python: Why doesn't this work?
View Single Post
daperl
2009-05-20 , 01:48
Posts: 2,427 | Thanked: 2,986 times | Joined on Dec 2007
#
6
I put it here:
Code:
if __name__ == "__main__": gtk.gdk.threads_init() ... gtk.main()
Do you have a main section like the one above? If not, I would put it above this line:
Clipboard().start()
EDIT:
I think it's only suppose to be called once per main loop.
__________________
N9: Go white or go
home
Last edited by daperl; 2009-05-20 at
01:51
.
Quote & Reply
|
The Following 2 Users Say Thank You to daperl For This Useful Post:
BrentDC
,
mccarmo
daperl
View Public Profile
Send a private message to daperl
Find all posts by daperl