Changes between Initial Version and Version 1 of Ticket #1636, comment 10
- Timestamp:
- Feb 15, 2019, 12:37:45 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1636, comment 10
initial v1 2 2 3 3 In /xprog/chimera/chimerax-2019.02.04/lib/python3.7/site-packages/PyOpenGL-3.1.3b2-py3.7.egg/OpenGL/platform/__init__.py, add: 4 {{{ 5 print('KEY:', key, file=sys.__stderr__) 6 }}} 7 after line 25: {{{key = (os.environ.get( 'PYOPENGL_PLATFORM', .....}}} 4 8 5 print('KEY:', key, file=sys.__stderr__) 6 7 after line 25: key = (os.environ.get( 'PYOPENGL_PLATFORM', ..... 8 9 And then rerun ChimeraX. Before the traceback failure, there should be a line that starts with KEY:. Send that to me. It should say "(None, 'linux', 'posix') 9 And then rerun ChimeraX. Before the traceback failure, there should be a line that starts with KEY:. Send that to me. It should say {{{(None, 'linux', 'posix')}}}