The script told me what I wanted, namely a suggested invocation of: cloneproject.py --skel /path/to/skeleton
Now it seems to have trouble finding dependencies that I believe were installed. I had an ImportError on sorl.thumbnail, and after finding where to get that, got another error: jonat...@ubuntu:~/store$ python manage.py runserver Error: No module named app_plugins Is there a reason it wouldn't be recognizing required plugins after I've gone through the steps to install dependencies? On Mon, Mar 15, 2010 at 2:14 PM, Jonathan Hayward < [email protected]> wrote: > Thank you; what is the invocation to specify the full path to the skeleton > directory? > > > On Mon, Mar 15, 2010 at 3:42 PM, Chris Moffitt <[email protected]> wrote: > >> Try using the latest clonesatchmo program here - >> http://www.bitbucket.org/chris1610/satchmo/src/tip/scripts/ >> >> One of the things you can do is pass in a full path to your skeleton >> directory. >> >> -Chris >> >> On Mon, Mar 15, 2010 at 12:26 PM, Jonathan Hayward < >> [email protected]> wrote: >> >>> 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 >>> >>> -- >>> → Jonathan Hayward, a Senior Web Developer who cares deeply about >>> usability >>> → www.linkedin.com/in/jonathanhayward • [email protected] >>> → 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 >>> "Satchmo users" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]<satchmo-users%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/satchmo-users?hl=en. >>> >>> >> -- >> 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]<satchmo-users%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/satchmo-users?hl=en. >> > > > > -- > → Jonathan Hayward, a Senior Web Developer who cares deeply about usability > → www.linkedin.com/in/jonathanhayward • [email protected] > → 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 > -- → Jonathan Hayward, a Senior Web Developer who cares deeply about usability → www.linkedin.com/in/jonathanhayward • [email protected] → 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 "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.
