I'm relatively new to python. I'm following a tutorial I found on the net, and it uses scipy's gplt for plotting. I installed scipy from their website (win32 installation), numpy also, but when I do
from scipy import gplt it gives this error: Traceback (most recent call last): File "<pyshell#0>", line 1, in <module> from scipy import gplt ImportError: cannot import name gplt Please, can you help me solve this ? How do I get gplt to work ? All advice appreciated. Best regards Ivan -- http://mail.python.org/mailman/listinfo/python-list