Tix.Balloon crashes in Python 2.61 Windows

A

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)
File "D:\PyFiles\InstrumentSetup\Automenu.py", line 155, in __init__
b = Tix.Balloon(MyFrame)
File "C:\Python26\lib\lib-tk\Tix.py", line 529, in __init__
TixWidget.__init__(self, master, 'tixBalloon', static, cnf, kw)
File "C:\Python26\lib\lib-tk\Tix.py", line 307, in __init__
self.tk.call(widgetName, self._w, *extra)
TclError: unknown color name "{#ffff60}"

A Windows message box came up also. It gave the message:
The exception unknown exception (0x40000015) occurred in the
application at location 0x1e03a63b

Perhaps Tix.Balloon has been omitted from the test suite?

I tried searching but cannot see this reported elsewhere. Can anyone
else confirm this behaviour? Where is the best place to report this
bug? I can supply a script demonstrating the problem.


Andrew.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,534
Members
45,007
Latest member
OrderFitnessKetoCapsules

Latest Threads

Top