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

java - How to Configure JAXRS and Spring With Annotations -

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

php - Create image in codeigniter on the fly -