Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyDviGui/DviGlViewer uses PyOpenGLng.Tools.Interval that doesn't exist #14

Open
yourealwaysbe opened this issue Jul 12, 2015 · 2 comments

Comments

@yourealwaysbe
Copy link

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.

@FabriceSalvaire
Copy link
Owner

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.

@yourealwaysbe
Copy link
Author

Ok, no problem. Thanks.

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

No branches or pull requests

2 participants