|
From: Andre L. <An...@de...> - 2003-11-10 16:21:47
|
I have been trying to use (abuse?) the observer swig interface to get my Python objects to be 'Observable', not so simple! In fact, no luck! I thought it would be as simple as defining an Observable class of type 'IsObservable' (all this in the SWIG interface file). The Python class would then inherit from it, initialize itself and the Observable class and VOILA! But alas, after much ranting and raving no luck? Any suggestions? |