I'm trying to get satchmo up and running from the instructions at
http://bitbucket.org/chris1610/satchmo/downloads/Satchmo.pdf , and when I
get to 2.1.3 (installing PIL manually as a workaround), there is no
/bin/clonesatchmo.py. After digging around, I move the scripts from the
install directory to under /usr/local, and create a symlink to
clonesatchmo.py. But it can't find things; my guess is that it's looking in
my PYTHONPATH and the same install issues that left no /bin/clonesatchmo.py
has left no Python files installed to the default PYTHONPATH. I get:

$ python /bin/clonesatchmo.py
Creating the Satchmo Application
Traceback (most recent call last):
  File "/bin/clonesatchmo.py", line 108, in <module>
    create_satchmo_site(opts.site_name)
  File "/bin/clonesatchmo.py", line 47, in create_satchmo_site
    import satchmo_skeleton
ImportError: No module named satchmo_skeleton

Do people have suggestions, including going to a Satchmo-specific list if
this list is not intended to discuss Django add-ons like Satchmo or Pinax?

-- 
→ Jonathan Hayward, a Senior Web Developer who cares deeply about usability
→ www.linkedin.com/in/jonathanhayward • jonathan.hayw...@pobox.com
→ Ajax, CGI, CMS, CSS, HTML, IA, JSON, JavaScript, LAMP, Linux, Perl, PHP,
Python, SQL, UI, Unix, Usability, UX, XHTML, XML
→ With a good interest in the human side of computing and making software
and websites a joy to use

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to