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
Post a Comment