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
Traceback (most recent call last):
File "bin/dvi-gl-viewer", line 35, in <module>
from PyDviGui.DviGlViewer import Application
File "/home/matt/apps/pydvi/src/PyDVI/PyDviGui/DviGlViewer/__init__.py", line 27, in <module>
from PyOpenGLng.Tools.Interval import IntervalInt2D
ImportError: No module named Interval
And it seems Interval doesn't exist in the github version of PyOpenGLng. Apologies if i'm missing something.
The text was updated successfully, but these errors were encountered:
I don't have time to update PyDVI for PyOpenGL changes, you have to clone an older version of PyOpenGL. Try Nov 3, 2014 or older (September). You can also provide a patch.
When i try to run the sample DVI viewer i get:
And it seems Interval doesn't exist in the github version of PyOpenGLng. Apologies if i'm missing something.
The text was updated successfully, but these errors were encountered: