You are not logged in.
Pages: 1
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
Offline
I "repackaged" PyQt-x11-gpl with libQtOpenGL in dependencies.
libQtOpenGL already have mesa as depends, so it's not needed in PyQt-x11-gpl.
I installed python-opengl and python-opengl-accelerate, but I still get the error when I try to run:
python makehuman.py
Any hints?
Offline
I don't know anything about python, but maybe you need to add lib*-dev in the build dependencies.
Dependencies are for running the executable, you must first compile it in such a way that it uses the said lib.
Offline
Pages: 1
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]