I just uploaded my project to be hosted on webfaction and am getting the following error.
No module named dateutil.relativedelta
I'm using this module in one of my forms. Is this something to do with the python path?
I just uploaded my project to be hosted on webfaction and am getting the following error.
No module named dateutil.relativedelta
I'm using this module in one of my forms. Is this something to do with the python path?
Worked for me on Ubuntu when Eclipse gave the same error:
sudo apt-get install python-dateutil