In case anyone else comes across this the problem was that I hadn't read Bruce's instructions properly. I needed to included tax.modules.no and tax.modules.area in my installed apps.
Paddy On Jan 3, 6:57 pm, Paddy Joy <[email protected]> wrote: > Anyone got any ideas on this? I'm getting the same error for both the > test and paypal payment modules. > > I'm using the latest version of trunk. > > Paddy > > Traceback: > File "/usr/lib/python2.5/site-packages/django/core/handlers/base.py" > in get_response > 86. response = callback(request, *callback_args, > **callback_kwargs) > File "/usr/lib/python2.5/site-packages/django/views/decorators/ > cache.py" in _wrapped_view_func > 44. response = view_func(request, *args, **kwargs) > File "/usr/lib/python2.5/site-packages/Satchmo-0.9_pre-py2.5.egg/ > payment/modules/paypal/views.py" in pay_ship_info > 28. 'shop/checkout/paypal/pay_ship.html') > File "/usr/lib/python2.5/site-packages/Satchmo-0.9_pre-py2.5.egg/ > payment/views/payship.py" in base_pay_ship_info > 117. results = form_handler(request, contact, working_cart, > payment_module) > File "/usr/lib/python2.5/site-packages/Satchmo-0.9_pre-py2.5.egg/ > payment/views/payship.py" in simple_pay_ship_process_form > 90. form = SimplePayShipForm(request, payment_module) > File "/usr/lib/python2.5/site-packages/Satchmo-0.9_pre-py2.5.egg/ > payment/forms.py" in __init__ > 153. default_view_tax = config_value('TAX', > 'TAX_SHIPPING') > File "/usr/lib/python2.5/site-packages/Satchmo-0.9_pre-py2.5.egg/ > livesettings/functions.py" in config_value > 205. return config_get(group, key).value > File "/usr/lib/python2.5/site-packages/Satchmo-0.9_pre-py2.5.egg/ > livesettings/functions.py" in config_get > 150. return ConfigurationSettings().get_config(group, key) > File "/usr/lib/python2.5/site-packages/Satchmo-0.9_pre-py2.5.egg/ > livesettings/functions.py" in get_config > 72. raise SettingNotSet('%s.%s' % (group, key)) > > Exception Type: SettingNotSet at /shop/checkout/paypal/ > Exception Value: --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
