Amit Mohanty wrote:
> i am trying to use this following file with a pdf file for my presentation.
>
> http://www.cs.rit.edu/~jrm8005/accentuate/accentuate
>
> I have downloaded and installed the required the models. But I keep
> getting this error msg.
>
> C:\Python25\Lib\site-packages>python accentuate presentation2.pdf
> Welcome to Accentuate version 1.0
> LIRC support unavailable.
> Oops! Cannot load necessary modules: No module named OpenGL.GL
>
If you can run:
python -c "from OpenGL import GL"
at the command line it would likely provide a more helpful error message
(a traceback). The most likely cause is that you're using PyOpenGL 3.x
without running the setup.py script to install the package.
Good luck,
Mike
--
________________________________________________
Mike C. Fletcher
Designer, VR Plumber, Coder
http://www.vrplumber.com
http://blog.vrplumber.com
|