##// END OF EJS Templates
Fix glut-related error messages
Ram Rachum -
Show More
@@ -63,7 +63,7 b" if sys.platform == 'darwin':"
63 63 )
64 64 except AttributeError:
65 65 raise RuntimeError(
66 '''Your glut implementation does not allow interactive sessions'''
66 '''Your glut implementation does not allow interactive sessions. '''
67 67 '''Consider installing freeglut.''')
68 68 glutMainLoopEvent = glutCheckLoop
69 69 elif glut.HAVE_FREEGLUT:
@@ -46,7 +46,7 b" if sys.platform == 'darwin':"
46 46 )
47 47 except AttributeError:
48 48 raise RuntimeError(
49 '''Your glut implementation does not allow interactive sessions'''
49 '''Your glut implementation does not allow interactive sessions. '''
50 50 '''Consider installing freeglut.''')
51 51 glutMainLoopEvent = glutCheckLoop
52 52 elif glut.HAVE_FREEGLUT:
General Comments 0
You need to be logged in to leave comments. Login now