gplt from scipy missing ?

Ivan Reborin ireborin at delete.this.gmail.com
Mon Sep 22 22:19:49 EDT 2008


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



More information about the Python-list mailing list