[issue21688] Improved error msg for make.bat htmlhelp

2014-06-11 Thread Olive Kilburn
Olive Kilburn added the comment: Thanks! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue21688] Improved error msg for make.bat htmlhelp

2014-06-10 Thread Zachary Ware
Zachary Ware added the comment: Fixed! I tweaked the message a bit and added errorlevel setting before committing. Thanks for the report and patch! -- assignee: -> zach.ware resolution: -> fixed stage: -> resolved status: open -> closed versions: +Python 3.4 __

[issue21688] Improved error msg for make.bat htmlhelp

2014-06-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset b841b80e6421 by Zachary Ware in branch '3.4': Issue #21688: Give informative error message when hhc.exe cannot be found. http://hg.python.org/cpython/rev/b841b80e6421 New changeset e5594e751a2e by Zachary Ware in branch 'default': Issue #21688: Merg

[issue21688] Improved error msg for make.bat htmlhelp

2014-06-09 Thread Olive Kilburn
Olive Kilburn added the comment: Before I installed HTML Help Workshop it would output many lines followed by " build succeeded, 1 warning. C:\Program is not recognized as an internal or external command, operable program or batch file. Build succeeded. All output should be in build\htmlhelp

[issue21688] Improved error msg for make.bat htmlhelp

2014-06-09 Thread Zachary Ware
Zachary Ware added the comment: Could you give me the exact message you get currently? If it's just "'C:\Program' is not recognized as an internal or external command, operable program or batch file.", that's a different issue than if the whole path to hhc.exe is displayed. Otherwise, I like

[issue21688] Improved error msg for make.bat htmlhelp

2014-06-08 Thread R. David Murray
Changes by R. David Murray : -- nosy: +zach.ware ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue21688] Improved error msg for make.bat htmlhelp

2014-06-07 Thread Olive Kilburn
Changes by Olive Kilburn : Removed file: http://bugs.python.org/file35518/mywork.patch ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue21688] Improved error msg for make.bat htmlhelp

2014-06-07 Thread Olive Kilburn
Changes by Olive Kilburn : Added file: http://bugs.python.org/file35530/mywork.patch ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue21688] Improved error msg for make.bat htmlhelp

2014-06-07 Thread Olive Kilburn
New submission from Olive Kilburn: Currently if someone runs make.bat htmlhelp without first installing Htmlhelp Workshop, it outputs: c:\program not a valid . . . . This isn't very informative if you don't know you need Htmlhelp Workshop. The included patch has make.bat give a more helpful m