python - Weird error when importing matplotlib with eclipse -


when trying import matplotlib.pyplot in python console on eclipse, gives me error:

object of type 'nonetype' has no len()

but if import matplotlib.pyplot in console python offers, can imported successfully.

have tried importing matplotlib.pylab, alias pyplot? , if still error eclipse syntax check, try run it.


Comments

Popular posts from this blog

Using 'OR' and 'AND' in SQL Server -

c++ - NetBeans Remote Development with additional configuration -

visual studio - TFS will not accept changes I've made to a Java project -