Has anyone ever seen this error? I tried these commands:
python manage.py satchmo_rebuild_pricing python manage.py satchmo_load_l10n Environment: Request Method: GET Request URL: http://www.hotpaparazzi.com:8000/checkout/ Django Version: 1.3 pre-alpha Python Version: 2.4.3 Installed Applications: ['django.contrib.sites', 'django.contrib.messages', 'satchmo_store.shop', 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.admindocs', 'django.contrib.contenttypes', 'django.contrib.comments', 'django.contrib.sessions', 'django.contrib.sitemaps', 'registration', 'keyedcache', 'livesettings', 'l10n', 'sorl.thumbnail', 'satchmo_store.contact', 'tax', 'tax.modules.no', 'tax.modules.area', 'tax.modules.percent', 'shipping', 'product', 'product.modules.configurable', 'payment', 'payment.modules.paypal', 'payment.modules.giftcertificate', 'satchmo_utils', 'app_plugins', 'tagging', 'photologue', 'ebay'] 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', 'django.middleware.csrf.CsrfViewMiddleware', 'django.contrib.messages.middleware.MessageMiddleware') Traceback: File "/usr/lib/python2.4/site-packages/django/core/handlers/base.py" in get_response 100. response = callback(request, *callback_args, **callback_kwargs) File "/usr/lib/python2.4/site-packages/Satchmo-0.9_2-py2.4.egg/payment/decorators.py" in _checkorder 28. return view_func(request, *args, **kwargs) File "/usr/lib/python2.4/site-packages/Satchmo-0.9_2-py2.4.egg/payment/views/contact.py" in contact_info 110. cart=tempCart) File "/usr/lib/python2.4/site-packages/Satchmo-0.9_2-py2.4.egg/payment/forms.py" in __init__ 208. super(PaymentContactInfoForm, self).__init__(*args, **kwargs) File "/usr/lib/python2.4/site-packages/Satchmo-0.9_2-py2.4.egg/payment/forms.py" in __init__ 180. super(PaymentMethodForm, self).__init__(*args, **kwargs) File "/usr/lib/python2.4/site-packages/Satchmo-0.9_2-py2.4.egg/satchmo_store/contact/forms.py" in __init__ 78. self.fields['country'] = forms.ModelChoiceField(shop.countries(), required=False, label=_('Country'), empty_label=None, initial=billing_country.pk) Exception Type: AttributeError at /checkout/ Exception Value: 'NullConfig' object has no attribute 'countries' -- 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.
