Open reginazhai opened 2 years ago
Hi!
I found that the 'Unable to load OpenGL library' error when running taxim-robot was fixed for me by editing the PyOpenGL file OpenGL/platform/ctypesloader.py, and changing the line
OpenGL/platform/ctypesloader.py
fullName = util.find_library( name )
to
fullName = '/System/Library/Frameworks/OpenGL.framework/OpenGL'
Hope it helps!
hi, how do you open the gui interface? When I run the sample file in the readme, it does not show the gui interface
Hi!
I found that the 'Unable to load OpenGL library' error when running taxim-robot was fixed for me by editing the PyOpenGL file
OpenGL/platform/ctypesloader.py
, and changing the lineto
Hope it helps!