Hello,
I am attempting to install Satchmo in a virtualenv, I have followed
the instructions here:
http://www.satchmoproject.com/blog/2010/aug/01/satchmo-virtualenv/
with the only deviation being I installed python2.7-dev and
django==1.3.1
satchmo_check appears to check out (other than complaining about my
virtualenv location)
(satchmo-tip)root@helix:~/test/store# python manage.py satchmo_check
Checking your satchmo configuration.
Using Django version 1.3.1
Using Satchmo version 0.9.3-pre hg-unknown
The following errors were found:
No package should be installed in the "/root" home directory, but
packages ['Crypto', 'Image', 'app_plugins', 'django', 'keyedcache',
'l10n', 'livesettings', 'payment', 'pip', 'product', 'registration',
'reportlab', 'satchmo_ext', 'satchmo_store', 'satchmo_utils',
'setuptools', 'shipping', 'signals_ahoy', 'sorl', 'tax',
'threaded_multihost', 'trml2pdf', 'yaml'] are.
Error details are in 'satchmo.log'
Here is the output of my satchmo.log
satchmo-tip)root@helix:~/test/store# cat satchmo.log
Sat, 21 Apr 2012 22:08:01 root INFO Satchmo Started
Sat, 21 Apr 2012 22:08:01 root INFO Satchmo Started
Sat, 21 Apr 2012 22:08:01 keyedcache WARNING No KEY_PREFIX found in
settings.CACHES['default'], using SITE_ID. Please update your
settings to add a CACHES
Sat, 21 Apr 2012 22:08:01 keyedcache WARNING No TIMEOUT found in
settings.CACHES['default'], so we used 300. Please update your
settings to add a TIMEOUT and avoid this warning.
Sat, 21 Apr 2012 22:08:02 configuration DEBUG Could not load
default shipping module configuration: fedex_web_services
Sat, 21 Apr 2012 22:08:02 shop.listeners DEBUG Added default shop
listeners
Sat, 21 Apr 2012 22:08:02 satchmo_toolbar DEBUG Satchmo toolbar
ready
Sat, 21 Apr 2012 22:08:02 iterchoices DEBUG Management command:
runserver
Sat, 21 Apr 2012 22:08:02 iterchoices DEBUG Called model choices
initialization function <shipping_choices>
Sat, 21 Apr 2012 22:08:02 iterchoices DEBUG Management command:
runserver
Sat, 21 Apr 2012 22:08:02 iterchoices DEBUG Called model choices
initialization function <labelled_gateway_choices>
Sat, 21 Apr 2012 22:08:02 iterchoices DEBUG Management command:
runserver
Sat, 21 Apr 2012 22:08:02 iterchoices DEBUG Called model choices
initialization function <labelled_gateway_choices>
Sat, 21 Apr 2012 22:08:02 iterchoices DEBUG Management command:
runserver
Sat, 21 Apr 2012 22:08:02 iterchoices DEBUG Called model choices
initialization function <credit_choices>
Sat, 21 Apr 2012 22:08:11 satchmo_store.urls DEBUG Adding local
serving of static files at: /root/test/store/../store/static/
Sat, 21 Apr 2012 22:08:11 payment.urls DEBUG Found payment
processor: DUMMY, adding urls at ^dummy/
This appears to be the same issue as
https://groups.google.com/group/satchmo-users/browse_thread/thread/679ad28e5a2a839c
however, I -am- using the correct version of sorl:
(satchmo-tip)root@helix:~/test/store# pip install sorl-
thumbnail==3.2.5
Requirement already satisfied (use --upgrade to upgrade): sorl-
thumbnail==3.2.5 in /root/ve/satchmo-tip/lib/python2.7/site-packages
Cleaning up...
Any suggestions on how I can resolve this issue?
Thanks in advance.