When i try to upsell it says me :
talat@masaustu:~/Projeler/emall/eticaret$ python manage.py runserver
Traceback (most recent call last):
File "manage.py", line 11, in <module>
execute_manager(settings)
File "/usr/lib/python2.5/django/core/management/__init__.py", line
301, in execute_manager
utility.execute()
File "/usr/lib/python2.5/django/core/management/__init__.py", line
248, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/lib/python2.5/django/core/management/base.py", line 77,
in run_from_argv
self.execute(*args, **options.__dict__)
File "/usr/lib/python2.5/django/core/management/base.py", line 86,
in execute
translation.activate('en-us')
File "/usr/lib/python2.5/django/utils/translation/__init__.py", line
73, in activate
return real_activate(language)
File "/usr/lib/python2.5/django/utils/translation/__init__.py", line
43, in delayed_loader
return g['real_%s' % caller](*args, **kwargs)
File "/usr/lib/python2.5/django/utils/translation/trans_real.py",
line 209, in activate
_active[currentThread()] = translation(language)
File "/usr/lib/python2.5/django/utils/translation/trans_real.py",
line 198, in translation
default_translation = _fetch(settings.LANGUAGE_CODE)
File "/usr/lib/python2.5/django/utils/translation/trans_real.py",
line 181, in _fetch
app = getattr(__import__(appname[:p], {}, {}, [appname[p+1:]]),
appname[p+1:])
File "/usr/lib/python2.5/satchmo/upsell/__init__.py", line 3, in
<module>
import views
File "/usr/lib/python2.5/satchmo/upsell/views.py", line 1, in
<module>
from satchmo.product.models import Product
File "/usr/lib/python2.5/satchmo/product/models.py", line 26, in
<module>
from satchmo.tax.models import TaxClass
File "/usr/lib/python2.5/satchmo/tax/models.py", line 32, in
<module>
class TaxRate(models.Model):
File "/usr/lib/python2.5/django/db/models/base.py", line 89, in
__new__
new_class.add_to_class(obj_name, obj)
File "/usr/lib/python2.5/django/db/models/base.py", line 140, in
add_to_class
value.contribute_to_class(cls, name)
File "/usr/lib/python2.5/django/db/models/fields/related.py", line
672, in contribute_to_class
super(ForeignKey, self).contribute_to_class(cls, name)
File "/usr/lib/python2.5/django/db/models/fields/related.py", line
113, in contribute_to_class
self.do_related_class(other, cls)
File "/usr/lib/python2.5/django/db/models/fields/related.py", line
121, in do_related_class
self.set_attributes_from_rel()
File "/usr/lib/python2.5/django/db/models/fields/related.py", line
117, in set_attributes_from_rel
self.verbose_name = self.verbose_name or
self.rel.to._meta.verbose_name
File "/usr/lib/python2.5/django/utils/functional.py", line 188, in
__wrapper__
res = self.__func(*self.__args, **self.__kw)
File "/usr/lib/python2.5/django/utils/translation/__init__.py", line
62, in ugettext
return real_ugettext(message)
File "/usr/lib/python2.5/django/utils/translation/trans_real.py",
line 288, in ugettext
return do_translate(message, 'ugettext')
File "/usr/lib/python2.5/django/utils/translation/trans_real.py",
line 278, in do_translate
_default = translation(settings.LANGUAGE_CODE)
File "/usr/lib/python2.5/django/utils/translation/trans_real.py",
line 198, in translation
default_translation = _fetch(settings.LANGUAGE_CODE)
File "/usr/lib/python2.5/django/utils/translation/trans_real.py",
line 181, in _fetch
app = getattr(__import__(appname[:p], {}, {}, [appname[p+1:]]),
appname[p+1:])
AttributeError: 'module' object has no attribute 'upsell'
what is problem ?
i use final django svn revision and satchmo revision