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]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
