##// END OF EJS Templates
Merge pull request #12384 from cool-RR/2020-06-10-glut...
Matthias Bussonnier -
r25832:695e1531 merge
parent child Browse files
Show More
@@ -63,7 +63,7 b" if sys.platform == 'darwin':"
63 )
63 )
64 except AttributeError:
64 except AttributeError:
65 raise RuntimeError(
65 raise RuntimeError(
66 '''Your glut implementation does not allow interactive sessions'''
66 '''Your glut implementation does not allow interactive sessions. '''
67 '''Consider installing freeglut.''')
67 '''Consider installing freeglut.''')
68 glutMainLoopEvent = glutCheckLoop
68 glutMainLoopEvent = glutCheckLoop
69 elif glut.HAVE_FREEGLUT:
69 elif glut.HAVE_FREEGLUT:
@@ -46,7 +46,7 b" if sys.platform == 'darwin':"
46 )
46 )
47 except AttributeError:
47 except AttributeError:
48 raise RuntimeError(
48 raise RuntimeError(
49 '''Your glut implementation does not allow interactive sessions'''
49 '''Your glut implementation does not allow interactive sessions. '''
50 '''Consider installing freeglut.''')
50 '''Consider installing freeglut.''')
51 glutMainLoopEvent = glutCheckLoop
51 glutMainLoopEvent = glutCheckLoop
52 elif glut.HAVE_FREEGLUT:
52 elif glut.HAVE_FREEGLUT:
General Comments 0
You need to be logged in to leave comments. Login now