pupil-labs / pyglui

cython powered OpenGL gui that works with glfw
MIT License
30 stars 20 forks source link

setup.py install failed on Ubuntu 15.04 64 bit #24

Closed stuaxo closed 9 years ago

stuaxo commented 9 years ago

I installed cygl, then tried install pyglui but it failed ..

$ python setup.py install
Traceback (most recent call last):
  File "setup.py", line 8, in <module>
    from pyglui.cygl.glew_pxd import generate_pxd
ImportError: No module named cygl.glew_pxd
cpicanco commented 9 years ago

Note that you must clone pyglui with the --recursive flag first, please take close look at the wiki:

https://github.com/pupil-labs/pupil/wiki/Dependencies-Installation-Linux-14.xx

cd ~/
git clone http://github.com/pupil-labs/pyglui --recursive
cd pyglui
sudo python setup.py install

Also, note that Ubuntu 15.04 64 bit is not offitially supported (in the pupil-labs/pupil repository), but Ubuntu 14.04 LTS 64 bits. Regardless of that, I encorage you to give it a try. :smile:

stuaxo commented 9 years ago

Cheers, that works :)

mkassner commented 9 years ago

Since psutil is only needed for the demo I left it out if the requirement. But I will add a note in the README.