Hi devs,
I am trying to package makehuman (http://www.makehuman.org).
When I try to run python makehuman.py, it throws [...] ImportError: cannot import name QtOpenGL
I am not familiar with python environment, I could package python-opengl and python-opengl-accelerate. Now, seems like it needs PyQt-x11-gpl to be compiled with libQtOpenGL and mesa (probably) but I couldn't make it.
So anyone could help me with that?
Thank you