You don't need it. I'll edit the docs, but you just need to make your own urls file and import urlpatterns from satchmo_store/urls Take a look at the __init__ file there for examples.
On Tue, Jan 6, 2009 at 7:17 AM, phoenix24 <[email protected]> wrote: > > Hi all, > > I've been trying to install the satchmo (svn://satchmoproject.com/ > satchmo/trunk <http://satchmoproject.com/satchmo/trunk>), the details of > my checkout are : > > Revision: 1867 > Node Kind: directory > Schedule: normal > Last Changed Author: bkroeze > > > > but it always seems to fail at the following step: > > python manage.py satchmo_copy_urls > > Please find below the Traceback: > Traceback (most recent call last): > File "manage.py", line 11, in <module> > execute_manager(settings) > File "/var/lib/python-support/python2.5/django/core/management/ > __init__.py", line 340, in execute_manager > utility.execute() > File "/var/lib/python-support/python2.5/django/core/management/ > __init__.py", line 295, in execute > self.fetch_command(subcommand).run_from_argv(self.argv) > File "/var/lib/python-support/python2.5/django/core/management/ > base.py", line 77, in run_from_argv > self.execute(*args, **options.__dict__) > File "/var/lib/python-support/python2.5/django/core/management/ > base.py", line 96, in execute > output = self.handle(*args, **options) > File "/var/lib/python-support/python2.5/django/core/management/ > base.py", line 178, in handle > return self.handle_noargs(**options) > File "/usr/lib/python2.5/site-packages/Satchmo-0.9_pre-py2.5.egg/ > satchmo_store/shop/management/commands/satchmo_copy_urls.py", line 12, > in handle_noargs > shutil.copyfile(url_src, url_dest) > File "/usr/lib/python2.5/shutil.py", line 51, in copyfile > fsrc = open(src, 'rb') > IOError: [Errno 2] No such file or directory: '/usr/lib/python2.5/site- > packages/Satchmo-0.9_pre-py2.5.egg/satchmo_store/urls.py' > > > > Thanking in advance. > > > -- Bruce Kroeze http://solidsitesolutions.com Dynamic Designs, Optimized --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
