Commit f3e6d0e1 authored by Guillaume Seguin's avatar Guillaume Seguin

Display error when failing to load 3D viewer for plater

parent b345b110
......@@ -28,6 +28,7 @@ import random
import threading
import math
import sys
import traceback
from printrun import stltool
from printrun.printrun_utils import pixmapfile
......@@ -38,7 +39,8 @@ if "-nogl" not in sys.argv:
from printrun import stlview
glview = True
except:
pass
print "Could not load 3D viewer for plater:"
traceback.print_exc()
def evalme(s):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment