mansrz / pymt

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

No module named numeric #347

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

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

Original issue reported on code.google.com by pepo1...@gmail.com on 23 Oct 2010 at 1:55

GoogleCodeExporter commented 9 years ago
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 :)

Original comment by txprog on 23 Oct 2010 at 9:12