Thank you all for your quick responses.
I was able to install pycrypto per your suggestions.
I had downloaded the tar package and I was using the command> sudo
python setup.py install.
It looks that I solved that problem, but I still have problems.
After>python manage.py satcmo_copy_urls
I GET:
$ python manage.py satchmo_copy_urls
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 222, in execute
output = self.handle(*args, **options)
File "/usr/lib/python2.5/site-packages/django/core/management/
base.py", line 351, 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 46, 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'
Could be that I still missing some dependency?
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
-~----------~----~----~----~------~----~------~--~---