I'm using the 2002-07-22 version of Visual under Mac OS 10.2.5. I've
installed Python 2.2.2 and necessary libs via Fink.
Inside IDLEfork, when I hit F1 to bring up help, I get the following:
Traceback (most recent call last):
File
"/sw/src/root-python22-2.2.2-5/sw/lib/python2.2/lib-tk/Tkinter.py",
line 1300, in __call__
return apply(self.func, args)
File "/sw/lib/python2.2/Tools/idle_VPython/EditorWindow.py", line
329, in python_docs
webbrowser.open(self.help_url)
File "/sw/src/root-python22-2.2.2-5/sw/lib/python2.2/webbrowser.py",
line 43, in open
get().open(url, new, autoraise)
File "/sw/src/root-python22-2.2.2-5/sw/lib/python2.2/webbrowser.py",
line 38, in get
raise Error("could not locate runnable browser")
Error: could not locate runnable browser
When I try any of the Find or Replace functions from the Edit menu,
they all bomb. For example, Find gives the following:
Traceback (most recent call last):
File
"/sw/src/root-python22-2.2.2-5/sw/lib/python2.2/lib-tk/Tkinter.py",
line 1300, in __call__
return apply(self.func, args)
File "/sw/lib/python2.2/Tools/idle_VPython/SearchBinding.py", line
63, in find_event
SearchDialog.find(self.editwin.text)
File "/sw/lib/python2.2/Tools/idle_VPython/SearchDialog.py", line 14,
in find
return _setup(text).open(text)
File "/sw/lib/python2.2/Tools/idle_VPython/SearchDialogBase.py", line
22, in open
self.ent.focus_set()
AttributeError: SearchDialog instance has no attribute 'ent'
Replace gives:
Traceback (most recent call last):
File
"/sw/src/root-python22-2.2.2-5/sw/lib/python2.2/lib-tk/Tkinter.py",
line 1300, in __call__
return apply(self.func, args)
File "/sw/lib/python2.2/Tools/idle_VPython/SearchBinding.py", line
83, in replace_event
ReplaceDialog.replace(self.editwin.text)
File "/sw/lib/python2.2/Tools/idle_VPython/ReplaceDialog.py", line
16, in replace
dialog.open(text)
File "/sw/lib/python2.2/Tools/idle_VPython/ReplaceDialog.py", line
28, in open
SearchDialogBase.open(self, text)
File "/sw/lib/python2.2/Tools/idle_VPython/SearchDialogBase.py", line
22, in open
self.ent.focus_set()
AttributeError: ReplaceDialog instance has no attribute 'ent'
Still no luck compiling Visual.
Cheers,
Joe Heafner
-----
I don't have a Lexus, but I have a Mac. Same thing.
|