New issue 347 by pepo1618: No module named numeric
http://code.google.com/p/pymt/issues/detail?id=347
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 on issue 347 by txprog: No module named numeric
http://code.google.com/p/pymt/issues/detail?id=347
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 :)