Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • Are you sure you mean to use class attributes rather than instantiating an instance? Commented Aug 8, 2013 at 18:56
  • In my case which is very complicated, this is wrapping static methods, which ultimately gets passed down to C++ static methods. Commented Aug 8, 2013 at 19:00
  • At least SWIG had some issues with the descriptor protocols, so the solution might be in your C++ wrapping layer too, if you do more complex stuff than shown here. Commented Aug 12, 2013 at 19:07
  • Swig has complicated things, that is for sure. Commented Aug 12, 2013 at 22:22