I installed Python-Dateutil package, but when i import it in my script , it's throwing error:
import dateutil ImportError: No module named 'dateutil'
when i checked the lib folder, dateutil.eggs files are there , because of this i can not run matplotlib module. Please provide a solution.