Comment 1 for bug 731944

Revision history for this message
Tomio (tomio2009) wrote :

Thanks for reporting, the fix suggested is correct: in Display.py change the line:
from numpy import zeros
to
from numpy import zeros, sin, cos, arange

I have added this to the next upload.