[Idle-dev] Idle 1.6 Menu Help prob

WA Construction Ind LSL Board lslbrd@highway1.com.au
Wed, 28 Feb 2001 10:39:50 +0800


Hi All

Python newby trying Idle on win95. From the menu line . Help, Python
Documentation gives following error.

Is it something wrong with my setup?

regards

Wayne


Python 1.6.1 (#0, Feb 24 2001, 11:30:18) [MSC 32 bit (Intel)] on win32
Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.
Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved.
IDLE 0.6 -- press F1 for help
>>> Exception in Tkinter callback
Traceback (most recent call last):
  File "E:\PYTHON1.6\PYTHON161\lib\lib-tk\Tkinter.py", line 766, in __call__
    return apply(self.func, args)
  File "E:\Python1.6\Python161\Tools\idle\EditorWindow.py", line 301, in
python_docs
    BrowserControl.open(self.help_url)
  File "E:\Python1.6\Python161\Tools\idle\BrowserControl.py", line 55, in
open
    _get_browser().open(url, new)
  File "E:\Python1.6\Python161\Tools\idle\BrowserControl.py", line 144, in
open
    import win32api, win32con
ImportError: No module named win32api