Hi
Did you ever find a solution to this? I am having the exact same problem...
- Keith
I'm trying to pass a proxy class instance (SWIG generated) of CClass,
to a python callback function from C++. The proxy class instance of
CClass is created from a pointer to the C++ class CClass.
Using the
I'm trying to pass a proxy class instance (SWIG generated) of CClass,
to a python callback function from C++. The proxy class instance of
CClass is created from a pointer to the C++ class CClass.
Using the code below, I receive the error message:
"AttributeError: 'PySwigObject' object has no att