kujira70 / pythonxy

Automatically exported from code.google.com/p/pythonxy
0 stars 0 forks source link

OpenGL module need update > pyopengl-3.0.0 #132

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If relevant, please answer to the following questions:
1. What version of Python(x,y) have you installed?
2.1.17

2. Which components have you installed (Python(x,y) installer: component
page):
    selected manually plugins in the component list

3. Have you selected the option "Customize installation directories"?
    No
5. Where did you install Python(x,y) itself?
    default path
6. Have you installed Python(x,y):
    For "All users"
7. What is your operating system?
    Windows Vista
8. When you installed Python(x,y), were you logged in as :
    a regular user

9. If you are using Windows Vista, have you installed Python(x,y):
    by right-clicking on the installer and selecting "Run as an
administrator"
10. Regarding installed softwares on your machine, how did you clean your
machine before installing Python(x,y) (multiple answers are possible):
    you didn't do anything, you installed Python(x,y) directly on your
machine without precaution

What steps will reproduce the problem?
1.Runon opengl Based program

What is the expected output? What do you see instead?

Traceback (most recent call last):
  File "C:\Python25\lib\site-packages\OpenGL\arrays\formathandler.py", line
80, in loadPlugin
    plugin_class = entrypoint.load()
  File "C:\Python25\lib\site-packages\OpenGL\plugins.py", line 14, in load
    return importByName( self.import_path )
  File "C:\Python25\lib\site-packages\OpenGL\plugins.py", line 28, in
importByName
    module = __import__( ".".join(moduleName), {}, {}, moduleName)
  File "C:\Python25\lib\site-packages\OpenGL\arrays\numeric.py", line 15,
in <module>
    raise ImportError( """No Numeric module present: %s"""%(err))
ImportError: No Numeric module present: No module named Numeric

Please provide any additional information below.

pyOpenGl 3.0.0 is the last version before definitive swithc to scipy.
pyopengl-3.0.1a4-py2.5 does not have this issue.

Original issue reported on code.google.com by laurent....@gmail.com on 15 Oct 2009 at 8:49

GoogleCodeExporter commented 9 years ago
Done in v2.6.3.0.

Thanks for the info!

Original comment by pierre.raybaut on 17 Oct 2009 at 5:12