Export to GitHub

pymt - issue #347

No module named numeric


Posted on Oct 23, 2010 by Grumpy Panda

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 Camel

Numeric 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