Cage opened this issue on Apr 03, 2010 · 610 posts
bagginsbill posted Thu, 09 August 2012 at 8:05 PM
Version 7c explictly deals with the absence of Numeric and upgrading to numpy
try:
import Numeric
except:
import numpy as Numeric
Numeric.Int = Numeric.int
Numeric.Float = Numeric.float
Numeric.matrixmultiply = Numeric.dot
Renderosity forum reply notifications are wonky. If I read a follow-up in a thread, but I don't myself reply, then notifications no longer happen AT ALL on that thread. So if I seem to be ignoring a question, that's why. (Updated September 23, 2019)