PyOpenGL Installation

R

Roastie

The web info I have found for downloading/installing PyOpenGL and
its dependencies for Windows is a nightmare. Is there a place where
all of
the endless dependencies are packaged nicely with PyOpenGL?
 
M

Mike C. Fletcher

Roastie said:
The web info I have found for downloading/installing PyOpenGL and
its dependencies for Windows is a nightmare. Is there a place where
all of
the endless dependencies are packaged nicely with PyOpenGL?
Hmm, "endless"?

* Python (with ctypes, standard on everything >= 2.5)
* OpenGL (standard on almost every Win32 machine save old Win95 boxes)

Possibly I'm missing something here? If you just want PyOpenGL you only
need one file (the PyOpenGL package) + Python. If you want to use it
with Numpy, you need to have numpy on the machine, same for GLUT, GLE
and the like, but they aren't required unless you want to use them.
Heck, if you want you can even easy_install the package last I checked.

http://pyopengl.sourceforge.net/documentation/installation.html

My dictionary's definition of endless must be broken ;) :) ,
Mike

--
________________________________________________
Mike C. Fletcher
Designer, VR Plumber, Coder
http://www.vrplumber.com
http://blog.vrplumber.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,202
Messages
2,571,057
Members
47,666
Latest member
selsetu

Latest Threads

Top