login community faq

I have just uploaded my project that I developed on my local machine and am getting this error.

No module named dateutil.relativedelta

When I run "pip install python-dateutil" I get back the following...

Requirement already satisfied (use --upgrade to upgrade): python-dateutil in /home/austinhum/lib/python2.4/python_dateutil-2.1-py2.4.egg Requirement already satisfied (use --upgrade to upgrade): six in /home/austinhum/lib/python2.4/six-1.1.0-py2.4.egg (from python-dateutil)

asked Jun 28 '12 at 21:57

Austin%20Huminski's gravatar image

Austin Huminski
1


Hi,

It looks like you're using Python2.4 on our server so it's possible you're importing it wrong. Here's a test I just did from your account to see if it is actually available:

1
2
3
4
5
6
7
8
[austinhum@web ~]$ python2.4
Python 2.4.6 (#1, Sep  8 2011, 04:12:57) 
[GCC 4.4.4 20100726 (Red Hat 4.4.4-13)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from dateutil import relativedelta
>>> print relativedelta
<module 'dateutil.relativedelta' from '/home/austinhum/lib/python2.4/python_dateutil-2.1-py2.4.egg/dateutil/relativedelta.pyc'>
>>>

Can you check your code to make sure you're importing it correctly? Keep in mind that your local development environment maybe drastically different than the environment on the server.

answered Jun 28 '12 at 23:51

klynton's gravatar image

klynton ♦♦
148128

Your answer
If you have an answer to the above question, then use the form below. Otherwise, use the appropriate 'add new comment' button above to post your feedback.
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Tags:

×643
×229
×2

Asked: Jun 28 '12 at 21:57

Seen: 871 times

Last updated: Jun 28 '12 at 23:51

Plans & prices    Sign up    Why WebFaction?    Contact us    Affiliate program    Support    Legal    Jobs    Blog    Control panel login
Powered by OSQA
© Copyright 2003-2012 Swarma Limited - WebFaction is a service of Swarma Limited