hi, i am getting this error when doing step 13 in the satchmo install:
Installing yaml fixture 'initial_data' from '/usr/lib/python2.4/site-
packages/satchmo/shop/fixtures'.
Problem installing fixture '/usr/lib/python2.4/site-packages/satchmo/
shop/fixtures/initial_data.yaml': Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/django/core/management/
commands/loaddata.py", line 121, in handle
obj.save()
File "/usr/lib/python2.4/site-packages/django/core/serializers/
base.py", line 163, in save
models.Model.save_base(self.object, raw=True)
File "/usr/lib/python2.4/site-packages/django/db/models/base.py",
line 390, in save_base
created=(not record_exists), raw=raw)
File "/usr/lib/python2.4/site-packages/django/dispatch/
dispatcher.py", line 148, in send
response = receiver(signal=self, sender=sender, **named)
File "/usr/lib/python2.4/site-packages/satchmo/thumbnail/field.py",
line 70, in _save_rename
image = rename_by_field(image.path, '%s-%s-%s' \
File "/usr/lib/python2.4/site-packages/satchmo/thumbnail/utils.py",
line 272, in rename_by_field
os.mkdir(os.path.join(media_root, dest_path))
OSError: [Errno 2] No such file or directory: './home/user/src/mystore/
images'
Any responses would be greatly appreciated, thanks.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---