Advertisement

Swig (python) Typemap For Ogre's String Class?

Started by February 15, 2004 04:55 PM
-1 comments, last by stodge 20 years, 6 months ago
I''m trying to generate some Python bindings for Ogre using SWIG. However, I can''t get it to accept Ogre Strings. When I try to run a test program using a variable of type String, I get: TypeError: Type error. Got Action, expected _p_String I''ve tried creating a typemap, but I can''t seem to find the right combo. Any suggestions appreciated. Thanks
---------------------http://www.stodge.net

This topic is closed to new replies.

Advertisement