Re: Python and Extenders

2009-06-01 Thread Aaron J. Seigo
On Monday 01 June 2009, Ontje Lünsdorf wrote: > Hi all, > > my applet is continuing to shape up. I'd like to use an extender item by > calling applet.extender(). But this results in the following error: > "no access to protected functions or signals for objects not created from > Python" > What am

Python and Extenders

2009-06-01 Thread Ontje Lünsdorf
Hi all, my applet is continuing to shape up. I'd like to use an extender item by calling applet.extender(). But this results in the following error: "no access to protected functions or signals for objects not created from Python" What am I doing wrong? Thx, Ontje __