I started again from scratch and everything worked ok this time.

In my first attempt I was trying to integrate satchmo into an existing
app, I'm doing it the other way around now starting with a brand new
django app.

Paddy

On Dec 29, 9:56 am, Paddy Joy <[email protected]> wrote:
> No errors on the satchmo_check, except for a warning about mysql being
> imported twice.
>
> joytech:/var/django/mtsite# 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.1 pre-alpha SVN-9690
> Using Satchmo version 0.9-pre-SVN-unknown
> Your configuration has no errors.
>
> Paddy
>
> On Dec 29, 2:18 am, "Chris Moffitt" <[email protected]> wrote:
>
> > If you run python manage.py satchmo_check do you get any errors?
>
> > -Chris
>
> > On Sun, Dec 28, 2008 at 7:14 AM, Paddy Joy <[email protected]> wrote:
>
> > > Hope someone can help out here, I installed satchmo today using the
> > > instructions on the satcmo site. I'm using django and satchmo from
> > > trunk. I have noticed the following behaviour after the install.
>
> > > Everytime I restart the django development server, the first request I
> > > make returns the following error:
>
> > > Traceback (most recent call last):
>
> > >  File "/usr/lib/python2.5/site-packages/django/core/servers/
> > > basehttp.py", line 278, in run
> > >    self.result = application(self.environ, self.start_response)
>
> > >  File "/usr/lib/python2.5/site-packages/django/core/servers/
> > > basehttp.py", line 635, in __call__
> > >    return self.application(environ, start_response)
>
> > >  File "/usr/lib/python2.5/site-packages/django/core/handlers/
> > > wsgi.py", line 228, in __call__
> > >    self.load_middleware()
>
> > >  File "/usr/lib/python2.5/site-packages/django/core/handlers/
> > > base.py", line 47, in load_middleware
> > >    mw_instance = mw_class()
>
> > > TypeError: settings() takes exactly 1 argument (0 given)
>
> > > If I refresh the page the error doesn't occur anymore until the next
> > > time the server is restarted.
>
> > > I'm also getting an error when advancing to the second page of
> > > checkout. The error is the same with all payment modules and I have
> > > tried enabling them one by one but I still get the error with each
> > > module.
>
> > > Exception Type:         TypeError
> > > Exception Value:        pay_ship_info() got an unexpected keyword argument
> > > 'SSL'
>
> > > I have installed the SSL middleware however this doesn't make a
> > > difference.
>
> > > MIDDLEWARE_CLASSES = (
> > >    'django.middleware.common.CommonMiddleware',
> > >    'django.contrib.sessions.middleware.SessionMiddleware',
> > >    'django.contrib.auth.middleware.AuthenticationMiddleware',
> > >    'satchmo.shop.context_processors.settings',
> > >    'django.core.context_processors.auth',
> > >    'satchmo.recentlist.context_processors.recent_products',
> > >    'satchmo.shop.SSLMiddleware.SSLRedirect',
> > > )
>
> > > Can anyone shed any light on this? Have I missed something in the
> > > install/config?
>
> > > Paddy
>
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to