When i try to run the sample DVI viewer i get:
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.
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.