I don't know at this moment if this is an isolated problem but I had problems running debian unstable & python 2.6 with "No module named numeric" problem
It was solved installing and old Numeric version from sourceforge.
It seems that this is replaced now by numpy so you will have problems with OpenGl/numeric.py
regards PedroL
Comment #1
Posted on Oct 23, 2010 by Happy CamelNumeric is a deprecated module, and the warning is from PyOpenGL import, not us. In the pymt-dev, we have added an hack to filter this specific message, cause lot of user are worried by it.
So, it's not a problem from us, and we already "hack" it :)
Status: Done
Labels:
Type-Defect
Priority-Medium