Hi. I'm new with Django and Satchmo and the Development world. I have been going over Django and after some bumps I am more familiar with it. I am planning to open an small e-commerce website and I want it to install satchmo and at the same time learn it. About 3 months ago I tried to installed it and I was not successful. Again, I have tried to install it in the last 3 days and I have failed. Now I'm turning to you for some help before I quit with satchmo. I have a Development machine with Ubuntu 6.10 as OS. The DB I am using is 'posgresql_psycopg2'
Django version: Maestro-Server$ django-admin.py --version 1.1 alpha 1 SVN-9984 Satchmo version: Satchmo-0.9_pre-py2.5.egg I was able to install satchmo fine. Copied settings.py from base directory and local_settings.py to my project. Import satchmo in python worked fined. The PROBLEM. In step 8 in the Installation page of satchmo doc. >python manage.py satchmo_copy_static or satcmo _copy_urls I get: Traceback (most recent call last): File "manage.py", line 11, in <module> execute_manager(settings) File "/usr/lib/python2.5/site-packages/django/core/management/ __init__.py", line 350, in execute_manager utility.execute() File "/usr/lib/python2.5/site-packages/django/core/management/ __init__.py", line 295, in execute self.fetch_command(subcommand).run_from_argv(self.argv) File "/usr/lib/python2.5/site-packages/django/core/management/ base.py", line 195, in run_from_argv self.execute(*args, **options.__dict__) File "/usr/lib/python2.5/site-packages/django/core/management/ base.py", line 221, in execute self.validate() File "/usr/lib/python2.5/site-packages/django/core/management/ base.py", line 249, in validate num_errors = get_validation_errors(s, app) File "/usr/lib/python2.5/site-packages/django/core/management/ validation.py", line 28, in get_validation_errors for (app_name, error) in get_app_errors().items(): File "/usr/lib/python2.5/site-packages/django/db/models/loading.py", line 128, in get_app_errors self._populate() File "/usr/lib/python2.5/site-packages/django/db/models/loading.py", line 57, in _populate self.load_app(app_name, True) File "/usr/lib/python2.5/site-packages/django/db/models/loading.py", line 72, in load_app mod = __import__(app_name, {}, {}, ['models']) File "/usr/lib/python2.5/site-packages/Satchmo-0.9_pre-py2.5.egg/ payment/models.py", line 6, in <module> from Crypto.Cipher import Blowfish ImportError: No module named Crypto.Cipher I have tried to solve this on my own, but I have not been able to do it. I have to mention to you that I was not able to Install pycrypto-2.0.1 in Ubuntu 6.10. Do you think this is the problem? Are any issues installing this module in Ubuntu, so satchmo would work fine? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to satchmo-users@googlegroups.com To unsubscribe from this group, send email to satchmo-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---