[PyOpenGL-Users] Cant find the module OpenGL.GL
Brought to you by:
mcfletch
From: Amit M. <amo...@pu...> - 2008-09-11 22:29:54
|
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 To use Accentuate, you need to install the following Python modules: - PyOpenGL [python-opengl] http://pyopengl.sourceforge.net/ - PyGame [python-pygame] http://www.pygame.org/ - PIL [python-imaging] http://www.pythonware.com/products/pil/ - PyWin32 (OPTIONAL, Win32) http://starship.python.net/crew/mhammond/win32/ Additionally, please be sure to have pdftoppm or GhostScript installed if you intend to use PDF input. I am concerned about the fact that it cant find the module. I mean, I did the same in my lab, but it worked. Ars |