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 f83a200e5e
commit 31a693cb8d
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