Thanks, Chris. I got it working now with no problems using apache2 and mod_wsgi on Ubuntu.
On Sun, Apr 11, 2010 at 11:43 AM, Chris Moffitt <[email protected]> wrote: > Double check which version of Satchmo you downloaded. In changeset 1726, we > fixed this bug. Double check that your version is > changeset 1726. > > http://www.bitbucket.org/chris1610/satchmo/changeset/2dea5bec5343/ > > -Chris > > On Sun, Apr 11, 2010 at 1:22 PM, Malcolm MacKinnon <[email protected]>wrote: > >> Thanks, Daryl. I downloaded satchmo version 0.9.1, and installed >> livesettings and keyedcache in my dist-packages.Starting from scatch. I ran >> a syncdb, then started the development server, but got this error: >> >> http://dpaste.com/182043/ >> >> Can you share any ideas on how to fix this? I'm just beginning with >> Satchmo, and if need be I can start my app over from scratch. >> >> >> On Sun, Apr 11, 2010 at 12:08 AM, Darryl Cousins < >> [email protected]> wrote: >> >>> Hi Malcolm, >>> >>> This post will help you out with keyedcache and livesettings. >>> >>> >>> http://groups.google.com/group/satchmo-users/browse_thread/thread/10a90899f96cd12c >>> >>> Best, >>> Darryl >>> >>> On Sun, Apr 11, 2010 at 4:59 PM, Malcolm MacKinnon <[email protected]> >>> wrote: >>> > Thanks, Chris. I'll give it a try. When I tried to upgrade, I got the >>> > following error message when I tried to clonesatchmo: >>> > sudo python ../satchmo/scripts/clonesatchmo.py store >>> > Creating the Satchmo Application >>> > Customizing the files >>> > Performing initial data synching >>> > Error: No module named keyedcache >>> > Error: No module named keyedcache >>> > It appears livesettings and keyedcache are both missing from the source >>> > code. Any thoughts? Am I doing something wrong when I try to clone a >>> store? >>> > Thanks, >>> > Malcolm >>> > >>> > On Sat, Apr 10, 2010 at 8:35 PM, Chris Moffitt <[email protected]> >>> wrote: >>> >> >>> >> What cache system are you using? >>> >> >>> >> You might want to upgrade to 0.9.1. Sometimes that cache had some >>> oddities >>> >> when starting up. >>> >> >>> >> Otherwise, these types of errors generally mean there's a >>> configuration >>> >> issue with the db or your cache backend. >>> >> >>> >> -Chris >>> >> >>> >> On Sat, Apr 10, 2010 at 9:40 PM, Mac <[email protected]> wrote: >>> >>> >>> >>> There could be some permission issues. I keep getting this error: >>> >>> Exception Type: SettingNotSet. Here's the problem: >>> >>> >>> >>> http://dpaste.com/181854/ >>> >>> >>> >>> Has anyone successfully deployed a Satchmo store using apache? It >>> >>> works fine with the development server, but I've had all kinds of >>> >>> problems with apache2 and mod_wsgi. >>> >>> >>> >>> -- >>> >>> 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. >>> > >>> > -- >>> > 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. >>> >>> >> -- >> 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. > -- 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.
