exception in Tkinter on Ubtunu...

L

Lumbee

....hey guys, I posted this over on the Ubuntu forums with no luck. I'm
running Ubuntu 9.10 and python 2.5. In Idle when I type in a function
I get this error...
Traceback (most recent call last):
File "/usr/lib/python2.5/lib-tk/Tkinter.py", line 1417, in __call__
return self.func(*args)
File "/usr/lib/python2.5/idlelib/MultiCall.py", line 151, in handler
r = l(event)
File "/usr/lib/python2.5/idlelib/CallTips.py", line 55, in
try_open_calltip_event
self.open_calltip(False)
File "/usr/lib/python2.5/idlelib/CallTips.py", line 79, in
open_calltip
self.calltip.showtip(arg_text, sur_paren[0], sur_paren[1])
File "/usr/lib/python2.5/idlelib/CallTipWindow.py", line 66, in
showtip
self.position_window()
File "/usr/lib/python2.5/idlelib/CallTipWindow.py", line 35, in
position_window
self.parencol))
File "/usr/lib/python2.5/lib-tk/Tkinter.py", line 2860, in bbox
self.tk.call((self._w, 'bbox') + args)) or None
File "/usr/lib/python2.5/lib-tk/Tkinter.py", line 1033, in _getints
return tuple(map(getint, self.tk.splitlist(string)))
ValueError: invalid literal for int() with base 10: '(167,'
testNestEggFixed(

....I've tried reinstalling, and am not sure where to go from here. I
also get a 2nd small windows about 2X2" with 'idle' in the title, and
nothing in the box, and I cannot use the mouse if I open a Python
program from Idle. Any ideas?
 

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,755
Messages
2,569,537
Members
45,022
Latest member
MaybelleMa

Latest Threads

Top