[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problemas Idle - Python



Tentou postar isso na lista Python Brasil?

http://br.groups.yahoo.com/group/python-brasil/

--
Rodolfo

On 10/21/09, Luis Augusto Lima <laslguto@gmail.com> wrote:
> Será que alguém pode me ajudar com isso? Já revirei o google atrás de
> solução mas não encontrei nda
>
> Quando tento usar o auto complete do idle ele apresenta esta mensagem:
>
>>>> Exception in Tkinter callback
> Exception in Tkinter callback
> Exception in Tkinter callback
> 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/AutoCompleteWindow.py", line 218, in
> winconfig_event
>     x, y, cx, cy = self.widget.bbox(self.startindex)
>   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: '(39,'
> 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/AutoCompleteWindow.py", line 218, in
> winconfig_event
>     x, y, cx, cy = self.widget.bbox(self.startindex)
>   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: '(39,'
> 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/AutoCompleteWindow.py", line 218, in
> winconfig_event
>     x, y, cx, cy = self.widget.bbox(self.startindex)
>   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: '(39,'
>
> Estou com Python2.5, idle1.2.4 e tk8.5 instalados
>
> Sei que talvez aki não seja o melhor lugar para isso, mas estou sem
> alternativas.
> Quem puder me ajudar, fico agradecido
>
> --
> Luis Augusto Silva Lima
> Sumatec Informática
> (27)9962-2194
>


Reply to: