You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 23, 2019. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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!
The text was updated successfully, but these errors were encountered: