[issue5466] Tix.Balloon causes TCLError: unknown color name {#ffff60} in Python 2.6.1

2009-04-08 Thread Andrew Gregory
Andrew Gregory andrew.greg...@npl.co.uk added the comment: This has been fixed in the 2.6.2c1 release candidate. Thank you for updating Tix. Andrew. -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5466

[issue5466] Tix.Balloon causes TCLError: unknown color name {#ffff60} in Python 2.6.1

2009-03-10 Thread Andrew Gregory
New submission from Andrew Gregory andrew.greg...@npl.co.uk: All programs using Tix.Balloon in Python 2.6.1 (Windows XP) crash when a Tix.Balloon object is created. The Balloon.py Tix demo is supplied as an example. Andrew. -- components: Tkinter files: Balloon.py message_count: 1.0

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 module else: displayedwidget=MainWidget(root, CS)

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: /*