Article ID: 1628 - Last Modified: November 10, 2011
Some Maestro panels fail to open on Windows with an error that includes 'common module unable to import OpenGL.GL'. Is there a fix for this problem?
This error is probably due to incompatible OpenGL libraries that are installed on your system by another software package so that they are picked up instead of the system libraries. The result is that any software that uses OpenGL will use the library belonging to that software package and can encounter the same errors. One known example of such a package is ChemOffice 2002.
To diagnose where the OpenGL failures are coming from, run the following two commands from the Commands text area in the Maestro main window (if it is not displayed, choose Maestro → Command Input Area):
pythoneval from OpenGL import GL
pythoneval import sys; sys.stderr.flush()
ImportError: ('Unable to load OpenGL library',
C:\\Program Files (x86)\\ChemOffice2002\\Common\\DLLs\\opengl32.dll
To fix this problem you need to ensure that the system-provided OpenGL library is loaded first. This library should be located in C:\Windows\System32 (or the equivalent location) and should be named opengl32.dll. To ensure that it is loaded, you need to change the PATH environment variable so that the system library is included first, for example by setting it to systemGLlib;%PATH%. Instructions for setting environment variables on Windows are given in Appendix A of the Installation Guide.
Type the words or phrases on which you would like to search, or click here to view a list of all
Knowledge Base articles

