Comment 2 for bug 315996

Revision history for this message
John Adams (geartooth) wrote :

The first suggestion fails when executing the command:

C:\Program Files\Inkscape\share\extensions>python webbrowser_faq.py

The command responds:

'python' is not recognized as an internal or external command,
operable program or batch file.

and no web page opens.

But executing the command:

C:\Program Files\Inkscape\share\extensions>webbrowser_faq.py

successfully opens the FAQ wiki web page in firefox.
The rest of the 8 files that begin with webbrowser_... and end with .py also work correctly when executed without 'python' in the command.

I have not tried exit message trapping yet.