vadimostanin / opennero

Automatically exported from code.google.com/p/opennero
Other
0 stars 0 forks source link

fail gracefully when external UI does not work #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On Windows (and other platforms that don't have wxPython installed), the new 
external UI does not start and does not report a problem, causing lots of 
python errors to be printed out to console instead.

We should check if wx is installed and pop up a window saying where to download 
it if it is not. The popup can be done the same way as upon pressing F1 - i.e. 
asking the system to open a web browser with a help page describing the issue. 
Additionally, something that is going to work no matter what should also report 
this problem (perhaps Irrlicht window or a blue screen).

Original issue reported on code.google.com by ikarpov on 12 Sep 2010 at 1:29

GoogleCodeExporter commented 9 years ago

Original comment by ikarpov on 19 Sep 2010 at 6:34

GoogleCodeExporter commented 9 years ago

Original comment by ikarpov on 19 Sep 2010 at 6:36

GoogleCodeExporter commented 9 years ago

Original comment by ikarpov on 20 Sep 2010 at 4:07

GoogleCodeExporter commented 9 years ago
This is working now in trunk, so I'm setting this to Fixed.

Original comment by AdamDz...@gmail.com on 22 Sep 2010 at 4:43