SWIG wrapper/Python2.5c1 problem

2006-08-29 Thread andrew . gregory
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

Tix.Balloon crashes in Python 2.61 Windows

2008-12-19 Thread andrew . gregory
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: