Skip to content
This repository has been archived by the owner on Sep 23, 2019. It is now read-only.

installation problem #16

Open
sw007 opened this issue Jul 27, 2017 · 0 comments
Open

installation problem #16

sw007 opened this issue Jul 27, 2017 · 0 comments

Comments

@sw007
Copy link

sw007 commented Jul 27, 2017

Hi
first, thank you for the hard work on this amazing project.
I am having a bit problem with installation.
On a ubuntu system, I installed the dependencies, and tried to test it with
from galry import *
but I got the following error instead:
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "galry/__init__.py", line 7, in <module> from qtools.qtpy import * File "/home/sun/anaconda2/lib/python2.7/site-packages/qtools/__init__.py", line 3, in <module> from tasks import * File "/home/sun/anaconda2/lib/python2.7/site-packages/qtools/tasks.py", line 137, in <module> class TasksBase(QObject): NameError: name 'QObject' is not defined
I have tried many things, including
sudo apt-get install python-opengl python-qt4 python-qt4-gl; sudo apt-get install mesa-utils
I also tried to git clone the whole repository and run setup.py.
none of this seemed to work. could anyone point to how I should proceed? thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant