[PyOpenGL-Users] difficulty with installing
Brought to you by:
mcfletch
From: Rob B. <rbo...@ya...> - 2003-08-16 15:13:32
|
Hi list, I am trying to get OpenGL and Python to work. I have worked through the installation list on the pyopengl.sourceforge.net webpage. I have installed python 2.3 and most of the other dependencies. I have two questions: 1. about the glut binaries, where exactly should I place the glut.c, glut.lib and glut.def? As I couldn't find any DeveloperStudio program to istall it for me, and I dont know my way around very well in windows system files and makefiles, I have done the following glut32.dll --> C:\WINDOWS\System\ glut.c --> C:\Python\include\ glut.lib --> C:\Python\lib\ glut.def --> ?? 2. the other question is about PyOpenGL and OpenGlContext itself. I didn't find an installer for the context for Python 2.3, just for 2.2. However, in the installation doc-page it says that Python 2.3 is required (! it is even in bold) for the context - so now I am hesitating. I guess I should now get the sources, and compile them, but I have zero expierence with Python or OpenGl ( it is my goal to learn them both together - I do have experience with unix and C & Java, though), so before I mess up, I would like to ask your advice. Could you please tell me which versions to download, exactly how to install themin which order, using wich shell or other program? Thank you very much Rob __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com |