I forgot to add the results from python manage.py satchmo_check /usr/lib/python2.5/site-packages/pycrypto-2.0.1-py2.5-linux-i686.egg/Crypto/Cipher/Blowfish.py:3: UserWarning: Module _mysql was already imported from /var/lib/python-support/python2.5/_mysql.so, but /var/lib/python-support/python2.5 is being added to sys.path import sys, pkg_resources, imp Checking your satchmo configuration. Using Django version 1.0-final-SVN-unknown Using Satchmo version 0.8-pre-SVN-unknown Your configuration has no errors.
Orion Vianna wrote: > Hey thanks for the help! > I have been getting this error on admin: 'WSGIRequest' object has no > attribute 'user'. A search on Satchmo list comes up with nothing > related. I got some help from there and I was suggested to make > MIDDLEWARE_CLASSES and TEMPLATE_CONTEXT_PROCESSORS look like this. > > > MIDDLEWARE_CLASSES = ( > 'django.middleware.common.CommonMiddleware', > 'django.contrib.sessions.middleware.SessionMiddleware', > 'django.contrib.auth.middleware.AuthenticationMiddleware', > 'django.middleware.doc.XViewMiddleware', > 'django.middleware.locale.LocaleMiddleware', > 'satchmo.shop.SSLMiddleware.SSLRedirect', > #The next middleware is required if you want to use satchmo > #to serve multiple simultaneous shops. > #"threaded_multihost.middleware.ThreadLocalMiddleware", > "satchmo.recentlist.middleware.RecentProductMiddleware" > ) > > > TEMPLATE_CONTEXT_PROCESSORS = ( > 'satchmo.shop.context_processors.settings', > 'django.core.context_processors.auth', > 'satchmo.recentlist.context_processors.recent_products', > 'django.core.context_processors.i18n', > 'django.core.context_processors.media', > 'satchmo.shop.context_processors.settings', > ) > > I looked on google but I didn't find anymore helpful info. > > Here is how my settings.py look like > http://dpaste.com/84218/ > local_settings.py > http://dpaste.com/84219/ > > error that I get from admin/ > http://dpaste.com/84220/ > error from when I try to access shop/ > http://dpaste.com/84221/ > > > I'm using the Django webserver, would apache make a difference? I'm not > sure which webserver the Satchmo developers are using. > Thanks for all the help! > > > > Sean O'Connor wrote: > >> http://www.satchmoproject.com/trac/wiki/GetCodeI would strongly recommend >> staying far far far away from OSCommerce or anything derived from it. >> Unfortunately I've had a fair amount of experience with it and I can tell >> you, it is a beast of a system and it mildly terrifies me that it is ever >> trusted to handle credit card transactions. >> On a more positive note I have a good deal of experience with Django (not >> Satchmo tho). In general I give Django a big thumbs up and would be happy >> to try and help you with any specific problems you may be having with that >> setup. >> >> A final bit of advice relating to Satchmo would be to make sure you are >> running the latest version (trunk) from their subversion repo >> (instructions<http://www.satchmoproject.com/trac/wiki/GetCode>) >> instead of the last "released" version. Their trunk code is very stable >> from what I understand and it supports/requires Django 1.0 which >> includes a >> large number of bug fixes, speed improvements, and new features over the >> previous release of 0.96. >> >> ____________________________ >> Sean O'Connor >> http://seanoc.com >> > > _______________________________________________ > Mid-Hudson Valley Linux Users Group http://mhvlug.org > > http://mhvlug.org/cgi-bin/mailman/listinfo/mhvlug > Upcoming Meetings (6pm - 8pm) MHVLS Auditorium > > Sep 3 - Porkchop - The Areas of My Expertise > Oct 1 - Ubikeys > Oct 4 - Linux Fest > Nov 5 - Releasing Open Source Software > Dec 3 - TBD > > > _______________________________________________ Mid-Hudson Valley Linux Users Group http://mhvlug.org http://mhvlug.org/cgi-bin/mailman/listinfo/mhvlug Upcoming Meetings (6pm - 8pm) MHVLS Auditorium Sep 3 - Porkchop - The Areas of My Expertise Oct 1 - Ubikeys Oct 4 - Linux Fest Nov 5 - Releasing Open Source Software Dec 3 - TBD
