|
I'm trying to use the Output of Django==1.3 Markdown==2.0.3 MySQL-python==1.2.3 PIL==1.1.7 boto==2.0b4 docutils==0.7 egenix-mx-base==3.1.3 numpy==1.5.0 psycopg2==2.3.2 pycrypto==2.3 reportlab==2.4 wsgiref==0.1.2 Output: $ pip-2.7 install boto Requirement already satisfied (use --upgrade to upgrade): boto in ./lib/python2.7 Cleaning up... $ pip-2.7 install -U boto Downloading/unpacking boto . . . Successfully installed boto Cleaning up... still the same error
showing 5 of 7
show all
|
Did you specify the python version when you installed boto with pip? The default python version is 2.4, so you will need to do the command "pip-2.7 install boto" to install for python 2.7.
I did not originally specify it, but it doesn't seem to make a difference. (see my edit above)
Once you installed boto did you restart your apache?
Yes, I restart it after every attempt to fix this.
In your installed_apps - how are adding boto? It should be 'boto',
That's what I'm doing
If you cannot figure out the problem, please open a support ticket and we can take a look at your code.