|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
PyOpenGL install problem winXP
Hi, I'm having troubles getting PyOpenGL installed. I installed all of the dependant packages (GLUT, numpy etc) and when I run "python setup.py install" i get
package init file 'OpenGL\Demo\NeHe\__init__.py' not found (or not a regular fil e) package init file 'OpenGL\Demo\GLUT\examples\__init__.py' not found (or not a re gular file) package init file 'OpenGL\Demo\GLE\__init__.py' not found (or not a regular file ) i tried including C:\Python23\OpenGL\ in the env. var. path but it didnt help. Turns out all the __init__.py files arent in teh directories. Did I miss something? plz help |
|
#2
|
||||
|
||||
|
You should download the precompiled binaries, it makes things so much easier! This way all you have to do is run the exe and your away!
http://sourceforge.net/project/show...p?group_id=5988 Mark. |
|
#3
|
|||
|
|||
|
ok, i ran the binary installer
here's the error i get when running NeHe1 C:\Python23>python OpenGL\Demo\NeHe\lesson1.py Traceback (most recent call last): File "OpenGL\Demo\NeHe\lesson1.py", line 40, in ? from OpenGL.GL import * File "C:\Python23\OpenGL\__init__.py", line 26, in ? from GL.GL__init___ import __numeric_present__, __numeric_support__ File "C:\Python23\OpenGL\GL\__init__.py", line 2, in ? from GL__init__ import * ImportError: No module named GL__init__ Thanks for your patience |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Python Programming > PyOpenGL install problem winXP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|