View Single Post
daperl's Avatar
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.
 

The Following 2 Users Say Thank You to daperl For This Useful Post: