Re: [pyxpcom] A first Python / XULRunner app - impressions and problems
by Rasjid Wilcox other posts by this author
Feb 21 2009 5:23AM messages near this date
view in the new Beta List Site
[pyxpcom] A first Python / XULRunner app - impressions and problems
|
Re: [pyxpcom] A first Python / XULRunner app - impressions and problems
2009/2/19 Rasjid Wilcox <rasjidw@[...].com> :
> 1. Python threads interacting with the GUI
>
> As far as I can tell, gui calls should always be made from the main
> thread. A post from Toms Baugis suggested using the observer-service,
> but attempting to add a python function as an observer gives a
> ValueError, 'The object <MyObserver ...> can not be used as a COM
> obejct'.
I've resolved the COM object issue. Tom's example was for Javascript,
and I've discovered that the setup for pyDOM is slightly different.
Cheers,
Rasjid.
_______________________________________________
pyxpcom mailing list
pyxpcom@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Rasjid Wilcox
Rasjid Wilcox
Rasjid Wilcox
|