I'm looking through the "settings.py" file, and noticed that there wasn't a line 'satchmo.productratings' at all. Yet I rechecked this page, "http://www.satchmoproject.com/docs/svn/new_installation.html", and sure enough it's at the bottom of the INSTALLED_APPS section.
So I blew away satchmo and I'm now reinstalling that as well as django. If it gives me any issues I may just do a complete rebuild from scratch on my server. This is just getting silly. Can anyone verify a working revision of the trunk I can run with? best, Chris Winn On Sep 17, 3:29 pm, Günter Walser <[EMAIL PROTECTED]> wrote: > In settings.py there is a line 'satchmo.productratings', comment this one > out and restart. This will disable the module/app. > > The one you disabled was the Django module/app for comments and should be > pretty stable. > > G > > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] > > On Behalf Of chris winn > Sent: Wednesday, September 17, 2008 8:19 PM > To: Satchmo users > Subject: Re: Trouble Setting up Satchmo > > I'm running the trunk versions of django & satchmo. For the record at the > moment those are at... > django = version 9066 > satchmo = version 1508 > > I'm still throwing errors on the testing suite. Once the tests finish I'll > post if they are the same issues. Just to double check to disable the > ratings module I just commented out the line: > #'django.contrib.comments', > Is that the simple way to disable the satchmo_ratings module? > > Any other suggestions? > > On Sep 17, 1:55 pm, chris winn <[EMAIL PROTECTED]> wrote: > > Thanks for the heads up, I'm re-running the testing suite now. I'll > > reply to this thread if that works just so anybody else that runs into > > the problem can find the solution. > > > best, > > > Chris Winn > > > On Sep 17, 12:17 pm, nostradamnit <[EMAIL PROTECTED]> wrote: > > > > Hi Chris, > > > > I had the same problem, and I simply removed the rating module, as > > > it wasn't something my site needs anyway. At least then I was able > > > to get Satchmo working (or at least move on to the next install > > > error :D ) and start tweaking... > > > > Otherwise, I believe the error comes from the changes in the > > > comments system, which the rating module uses... Django has a new > > > comments system, while Satchmo perhaps hasn't updated yet? Can > > > anyone verify this? > > > > Good luck, > > > Sam > > > > On Sep 17, 4:48 pm, chris winn <[EMAIL PROTECTED]> wrote: > > > > > Hello, > > > > > I'm currently working on a project that utilizes the satchmo project. > > > > I'm throwing error's every time I click on a product in the web shop. > > > > When I run the test suite it throws 14 errors, 13 of which are: > > > > "TemplateSyntaxError: 'satchmo_ratings' is not a valid tag library: > > > > Could not load template library from > > > > django.templatetags.satchmo_ratings, No module named satchmo_ratings" > > > > > I searched again and again online and noticed > > > > "http://www.satchmoproject.com/trac/ticket/537" which states that > > > > stale .pyc files could be the cause of a similar error. So I > > > > wiped all of the .pyc files out of my project as well as django's > trunk & satchmo's trunk. However that didn't resolve the problem. > > > > > Reading further I noticed the person who submitted the ticket said > > > > they did a clean re-install of django and that fixed his issue. I > > > > have done several clean re-installs of django and satchmo. I'm > > > > wondering if there are any other methods anyone can suggest to > > > > track down and resolve this issue. > > > > > Thanks in advance for any help provided. > > > > > Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
