[Idle-dev] Installing IDLE
konrad Zielinski
kzielinski at gmail.com
Fri Dec 9 03:53:33 CET 2005
Hi,
I'm trying to install the new version of IDLE lib and have encountered
the following
problem:
When I attempt to use auto completion I get the following error:
Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/lib/python2.4/lib-tk/Tkinter.py", line 1345, in __call__
return self.func(*args)
File "/usr/local/lib/python2.4/idlelib/AutoComplete.py", line 63, in force_ope
n_completions_event
self.open_completions(True, False, True)
File "/usr/local/lib/python2.4/idlelib/AutoComplete.py", line 152, in open_com
pletions
comp_lists = self.fetch_completions(comp_what, mode)
File "/usr/local/lib/python2.4/idlelib/AutoComplete.py", line 181, in fetch_co
mpletions
(what, mode), {})
File "/usr/local/lib/python2.4/idlelib/rpc.py", line 211, in remotecall
return self.asyncreturn(seq)
File "/usr/local/lib/python2.4/idlelib/rpc.py", line 242, in asyncreturn
return self.decoderesponse(response)
File "/usr/local/lib/python2.4/idlelib/rpc.py", line 259, in decoderesponse
raise RuntimeError, what
RuntimeError: Unsupported method name: 'get_the_completion_list'
The reason I placed the files under /usr/local is to avoid making
manual changes in the normal /usr hierarchy, as this is the domain of
my package management system.
Regards
Konrad
PS I just realised that my previous post regarding Network Ports
wasn't signed. I was in a rush and neglected that detail.
More information about the IDLE-dev
mailing list