Hi,

I downloaded and installed Satchmo using the instructions here,
http://www.satchmoproject.com/docs/dev/new_installation.html

When I run python manage.py satchmo_check, I get the following errors:
malcolm@spring:~/src/store1/store$ python manage.py satchmo_check
Checking your satchmo configuration.
Using Django version 1.3.1
Using Satchmo version 0.9.2-pre hg-unknown
/usr/local/lib/python2.6/dist-packages/django_registration-0.7-
py2.6.egg/registration/models.py:4: DeprecationWarning: the sha module
is deprecated; use the hashlib module instead

The following errors were found:
Registration is not installed.
Sorl imaging library is not installed.
Threaded multihost is not installed.
malcolm@spring:~/src/store1/store$ python
Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import registration
>>> import sorl
>>> import threaded_multihost
>>> import django
>>> django.get_version()
'1.3.1'
>>> import satchmo_store
>>> satchmo_store.get_version()
'0.9.2-pre hg-unknown'
>>>

As you can see from the imports above, I think the dependencies have
been properly installed and, the sample store is up and running on the
development server without any issues. I'm using Ubuntu 10.04.3 LTS .

Does anyone know how to fix these errors? Thanks for you help!

-- 
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en.

Reply via email to