If compiling a SWIG wrapper with MinGW 3.2.3 (Windows) get the
following compilation error:
pyprog_wrap.cxx: In function `int
SWIG_Python_ConvertFunctionPtr(PyObject*,
void**, swig_type_info*)':
pyprog_wrap.cxx:2051: invalid conversion from `const char*' to `char*'
Extract from wrapper:
/* Co
I've found that Tix GUI applications crash after switching to Python
2.6.1 (Windows XP) when Balloons are used. IDLE gives this error
message:
Traceback (most recent call last):
File "D:\PyFiles\InstrumentSetup\Automenu.py", line 217, in
else: displayedwidget=MainWidget(root, CS)
File "D: