Changes between Initial Version and Version 1 of Ticket #1636, comment 10


Ignore:
Timestamp:
Feb 15, 2019, 12:37:45 AM (7 years ago)
Author:
Greg Couch

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1636, comment 10

    initial v1  
    22
    33In /xprog/chimera/chimerax-2019.02.04/lib/python3.7/site-packages/PyOpenGL-3.1.3b2-py3.7.egg/OpenGL/platform/__init__.py, add:
     4{{{
     5print('KEY:', key, file=sys.__stderr__)
     6}}}
     7after line 25: {{{key = (os.environ.get( 'PYOPENGL_PLATFORM', .....}}}
    48
    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')
     9And 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')}}}