[Bug 234121] Review Request: PyOpenGL - Python bindings for OpenGL

bugzilla at redhat.com bugzilla at redhat.com
Fri Mar 30 18:24:28 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: PyOpenGL - Python bindings for OpenGL


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=234121


mtasaka at ioa.s.u-tokyo.ac.jp changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
               Flag|fedora-review?              |fedora-review+




------- Additional Comments From mtasaka at ioa.s.u-tokyo.ac.jp  2007-03-30 14:24 EST -------
Well, this script.

/usr/lib/python2.5/site-packages/OpenGL/arrays/numarrays.py
--------------------------------------------
     1  """NumArray implementation of the OpenGL-ctypes array interfaces
     2  """
     3  REGISTRY_NAME = 'numarray'
     4  try:
     5          import numarray
     6  except ImportError, err:
     7          raise ImportError( """No numarray module present: %s"""%(err))
     8  import operator
     9  
---------------------------------------------

However, it seems that this script is not called by
any other scripts in PyOpenGL.

Since I think it is too strict to create subpackages only
for this script and I don't think this script should be
removed (perhaps someone may use this), so I think
it is okay to leave this.

----------------------------------------------
   This package (PyOpenGL) is APPROVED by me.

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the package-review mailing list