OK. I'll add a ticket. It didn't look like the save methods were
fixed. Perhaps because I was using Satchmo-0.9?
I tried replacing with hg satchmo but got a different problem. If I
was to redo the quick start install what would the following become to
use the latest Satchmo?
pip install -e hg+http://bitbucket.org/chris1610/satchmo/
@v0.9#egg=satchmo
thanks


On Feb 10, 12:52 pm, Chris Moffitt <[email protected]> wrote:
> I suspect this is some sort of error with the save signature and might be
> somewhat related to this changeset 
> -http://bitbucket.org/chris1610/satchmo/changeset/326f51894b6c/
>
> Anyway, it is a bug with Satchmo and the latest Django so we should
> investigate and resolve. If you wouldn't mind If you're up to it, take a
> look at the save methods and make sure we cleaned them all up. If not, then
> it's somewhere else. Either way, please create a ticket so we don't lose
> this.
>
> Thanks,
> -Chris
>
> On Wed, Feb 10, 2010 at 1:56 PM, Tony <[email protected]> wrote:
> > Can't figure this one out. Anyone see this before?
>
> > also at
> >http://dpaste.com/157150/
>
> > Environment:
>
> > Request Method: GET
> > Request URL:http://127.0.0.1:8000/checkout/paypal/
> > Django Version: 1.2 alpha 1 SVN-12294
> > Python Version: 2.6.4
> > Installed Applications:
> > ['django.contrib.sites',
> >  'satchmo_store.shop',
> >  'django.contrib.admin',
> >  'django.contrib.auth',
> >  'django.contrib.contenttypes',
> >  'django.contrib.comments',
> >  'django.contrib.sessions',
> >  'django.contrib.sitemaps',
> >  'registration',
> >  'sorl.thumbnail',
> >  'keyedcache',
> >  'livesettings',
> >  'l10n',
> >  'satchmo_utils.thumbnail',
> >  'satchmo_store.contact',
> >  'tax',
> >  'tax.modules.no',
> >  'tax.modules.area',
> >  'tax.modules.percent',
> >  'shipping',
> >  'product',
> >  'payment',
> >  'satchmo_ext.satchmo_toolbar',
> >  'satchmo_utils',
> >  'app_plugins']
> > Installed Middleware:
> > ('django.middleware.common.CommonMiddleware',
> >  'django.contrib.sessions.middleware.SessionMiddleware',
> >  'django.middleware.locale.LocaleMiddleware',
> >  'django.contrib.auth.middleware.AuthenticationMiddleware',
> >  'django.middleware.doc.XViewMiddleware',
> >  'threaded_multihost.middleware.ThreadLocalMiddleware',
> >  'satchmo_store.shop.SSLMiddleware.SSLRedirect')
>
> > Traceback:
> > File "/usr/lib/python2.6/dist-packages/django/core/handlers/base.py"
> > in get_response
> >  101.                     response = callback(request,
> > *callback_args, **callback_kwargs)
> > File "/usr/lib/python2.6/dist-packages/django/utils/decorators.py" in
> > __call__
> >  36.         return self.decorator(self.func)(*args, **kwargs)
> > File "/usr/lib/python2.6/dist-packages/django/views/decorators/
> > cache.py" in _wrapped_view_func
> >  70.         response = view_func(request, *args, **kwargs)
> > File "/home/tkirke/webapps/my_apache/src/satchmo/satchmo/apps/payment/
> > modules/paypal/views.py" in pay_ship_info
> >  26.         'shop/checkout/paypal/pay_ship.html')
> > File "/home/tkirke/webapps/my_apache/src/satchmo/satchmo/apps/payment/
> > views/payship.py" in base_pay_ship_info
> >  177.     results = form_handler(request, contact, working_cart,
> > payment_module)
> > File "/home/tkirke/webapps/my_apache/src/satchmo/satchmo/apps/payment/
> > views/payship.py" in simple_pay_ship_process_form
> >  146.                     data={'shipping' :
> > form.fields['shipping'].initial})
> > File "/home/tkirke/webapps/my_apache/src/satchmo/satchmo/apps/payment/
> > forms.py" in save
> >  397.             self.orderpayment =
> > processor.create_pending_payment(order=self.order)
> > File "/home/tkirke/webapps/my_apache/src/satchmo/satchmo/apps/payment/
> > modules/base.py" in create_pending_payment
> >  91.         return recorder.create_pending(amount=amount)
> > File "/home/tkirke/webapps/my_apache/src/satchmo/satchmo/apps/payment/
> > modules/base.py" in create_pending
> >  350.         self.pending =
> > OrderPendingPayment.objects.create(order=self.order, amount=amount,
> > payment=self.key)
> > File "/usr/lib/python2.6/dist-packages/django/db/models/manager.py" in
> > create
> >  138.         return self.get_query_set().create(**kwargs)
> > File "/usr/lib/python2.6/dist-packages/django/db/models/query.py" in
> > create
> >  350.         obj.save(force_insert=True, using=self.db)
>
> > Exception Type: TypeError at /checkout/paypal/
> > Exception Value: save() got an unexpected keyword argument 'using'
>
> > --
> > 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.

Reply via email to