I have installed PythonWin 2.4 via ActivePython 2.4.0.244 . My OS is Windows 98 SE.

When I try to use the
'Browse PythonPath' menu item in the PythonWin IDE, I get a long error output starting with



>>> Failed to execute command:
from pywin.tools import browseProjects;browseProjects.Browse()
Traceback (most recent call last):
File "C:\PYTHON24\LIB\SITE-PACKAGES\PYTHONWIN\pywin\framework\toolmenu.py", line 103, in HandleToolCommand
exec "%s\n" % pyCmd
File "<string>", line 1, in ?
File "C:\PYTHON24\LIB\SITE-PACKAGES\PYTHONWIN\pywin\tools\browseProjects.py", line 251, in DockablePathBrowser
bar.CreateWindow(win32ui.GetMainFrame(), DockableBrowserCreator, "Path Browser", 0x8e0a)
File "C:\PYTHON24\LIB\SITE-PACKAGES\PYTHONWIN\pywin\docking\DockingBar.py", line 71, in CreateWindow
self.dialog = apply(childCreator, (self,) + childCreatorArgs)
File "C:\PYTHON24\LIB\SITE-PACKAGES\PYTHONWIN\pywin\tools\browseProjects.py", line 245, in DockableBrowserCreator
list = hl.HierInit (parent, control)


[..................  continues  ........................]


How can I solve this problem?


Richard

-------------------------------
Dr Richard Dybowski
143 Village Way
Pinner HA5 5AA, UK
Tel: 07976 250092



_______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Reply via email to