Refactoring python to wxArrayString, and better exception error reporting

This commit is contained in:
Miguel Angel Ajo
2013-03-17 02:14:46 +01:00
parent 39ef596bdc
commit c867ed9de4
3 changed files with 66 additions and 34 deletions
+3
View File
@@ -53,4 +53,7 @@ public:
#endif
wxArrayString PyArrayStringToWx( PyObject* arr );
wxString PyErrStringWithTraceback();
#endif // __PYTHON_SCRIPTING_H