[pywin32-bugs] [ pywin32-Bugs-2271571 ] Browse PythonPath fails
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2011-07-16 08:47:11
|
Bugs item #2271571, was opened at 2008-11-12 15:16 Message generated for change (Comment added) made by rupole You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2271571&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: pythonwin Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Richard Stockford (rstockford) Assigned to: Nobody/Anonymous (nobody) Summary: Browse PythonPath fails Initial Comment: With Python 2.5.2 and PyWin 2.5.2, both installed cleanly on a new XP SP2 machine, everything works as before except Browse PythonPath on the PyWin Tools menu, which gives the following error. (Edit Python Path produces a blank screen also.) >>> Failed to execute command: from pywin.tools import browseProjects;browseProjects.Browse() Traceback (most recent call last): File "C:\Python25\Lib\site-packages\pythonwin\pywin\framework\toolmenu.py", line 103, in HandleToolCommand exec "%s\n" % pyCmd File "<string>", line 1, in <module> File "C:\Python25\Lib\site-packages\pythonwin\pywin\tools\browseProjects.py", line 251, in DockablePathBrowser bar.CreateWindow(win32ui.GetMainFrame(), DockableBrowserCreator, "Path Browser", 0x8e0a) File "C:\Python25\Lib\site-packages\pythonwin\pywin\docking\DockingBar.py", line 72, in CreateWindow self.dialog = apply(childCreator, (self,) + childCreatorArgs) File "C:\Python25\Lib\site-packages\pythonwin\pywin\tools\browseProjects.py", line 245, in DockableBrowserCreator list = hl.HierInit (parent, control) File "C:\Python25\Lib\site-packages\pythonwin\pywin\tools\hierlist.py", line 93, in HierInit self.AcceptRoot(self.root) File "C:\Python25\Lib\site-packages\pythonwin\pywin\tools\hierlist.py", line 221, in AcceptRoot subItems = self.GetSubList(root) File "C:\Python25\Lib\site-packages\pythonwin\pywin\tools\hierlist.py", line 269, in GetSubList return self.DelegateCall(item.GetSubList) File "C:\Python25\Lib\site-packages\pythonwin\pywin\tools\hierlist.py", line 256, in DelegateCall return fn() File "C:\Python25\Lib\site-packages\pythonwin\pywin\tools\browseProjects.py", line 178, in GetSubList hKey = win32api.RegOpenKey(regutil.GetRootKey(), keyStr) error: (2, 'RegOpenKeyEx', 'The system cannot find the file specified.') ---------------------------------------------------------------------- >Comment By: Roger Upole (rupole) Date: 2011-07-16 03:47 Message: See bug #3296287 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=2271571&group_id=78018 |