[pywin32-bugs] [ pywin32-Bugs-1013126 ] PythonWin not installed in context menu.
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2007-07-01 21:02:27
|
Bugs item #1013126, was opened at 2004-08-20 15:54 Message generated for change (Comment added) made by rupole You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1013126&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: Jon McLin (jon_mclin) Assigned to: Nobody/Anonymous (nobody) Summary: PythonWin not installed in context menu. Initial Comment: In earlier builds (142 to 163, at least), PythonWin was installed to the Explorer context menu so I could right-click and "Open with PythonWin". I used this a lot! Where did it go in 202? ---------------------------------------------------------------------- >Comment By: Roger Upole (rupole) Date: 2007-07-01 16:01 Message: Logged In: YES user_id=771074 Originator: NO It appears this was missed when the installer switched to distutils. The registry entries for the right-click context menu have been added to the postinstall script. (pywin32_postinstall.py rev 1.19) ---------------------------------------------------------------------- Comment By: Nick Coghlan (ncoghlan) Date: 2004-12-20 07:21 Message: Logged In: YES user_id=1038590 I think I'm getting a similar error with 203. When I first installed 203, the postinstall script aborted due to the missing MFC DLL. Now, uninstalling/reinstalling 203 doesn't seem to make any difference - I still have no direct option in the context menu to edit files with Pythonwin. (Not a huge hassle, due to XP's 'Open with' submenu, but still kind of annoying). ---------------------------------------------------------------------- Comment By: Andrew Payn Barnert (payn) Date: 2004-09-08 17:13 Message: Logged In: YES user_id=96775 See bug 990048. I'm willing to bet the installer got an error in the postinstall script, so it skipped all later steps (including the Explorer integration stuff) but still reported success overall. ---------------------------------------------------------------------- Comment By: Jon McLin (jon_mclin) Date: 2004-08-20 15:56 Message: Logged In: YES user_id=1071288 PS - platform is Win XP Pro. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1013126&group_id=78018 |