bkev: Sorry, how did you get that to display?

All: Here's a paste of the error that I get when trying to check out.

RoundedDecimalError - Partial Unit Rounding Error Exception Occured

Traceback:
File "/Users/mdizon/Sites/nyrb/ve/lib/python2.5/site-packages/django/
core/handlers/base.py" in get_response
  92.                 response = callback(request, *callback_args,
**callback_kwargs)
File "/Users/mdizon/Sites/nyrb/ve/lib/python2.5/site-packages/django/
views/decorators/cache.py" in _wrapped_view_func
  44.         response = view_func(request, *args, **kwargs)
File "/Users/mdizon/Sites/nyrb/ve/lib/python2.5/site-packages/
Satchmo-0.9_pre-py2.5.egg/payment/modules/dummy/views.py" in
pay_ship_info
  10.     return payship.credit_pay_ship_info(request, dummy)
File "/Users/mdizon/Sites/nyrb/ve/lib/python2.5/site-packages/
Satchmo-0.9_pre-py2.5.egg/payment/views/payship.py" in
credit_pay_ship_info
  141.     return base_pay_ship_info(request, payment_module,
credit_pay_ship_process_form, template)
File "/Users/mdizon/Sites/nyrb/ve/lib/python2.5/site-packages/
Satchmo-0.9_pre-py2.5.egg/payment/views/payship.py" in
base_pay_ship_info
  132.     results = form_handler(request, contact, working_cart,
payment_module)
File "/Users/mdizon/Sites/nyrb/ve/lib/python2.5/site-packages/
Satchmo-0.9_pre-py2.5.egg/payment/views/payship.py" in
credit_pay_ship_process_form
  73.             form.save(request, working_cart, contact,
payment_module)
File "/Users/mdizon/Sites/nyrb/ve/lib/python2.5/site-packages/
Satchmo-0.9_pre-py2.5.egg/payment/forms.py" in save
  277.         super(CreditPayShipForm, self).save(request, cart,
contact, payment_module)
File "/Users/mdizon/Sites/nyrb/ve/lib/python2.5/site-packages/
Satchmo-0.9_pre-py2.5.egg/payment/forms.py" in save
  210.         self.order = get_or_create_order(request, cart,
contact, self.cleaned_data)
File "/Users/mdizon/Sites/nyrb/ve/lib/python2.5/site-packages/
Satchmo-0.9_pre-py2.5.egg/payment/utils.py" in get_or_create_order
  45.         shipping=shipping, discount=discount, update=update)
File "/Users/mdizon/Sites/nyrb/ve/lib/python2.5/site-packages/
Satchmo-0.9_pre-py2.5.egg/payment/utils.py" in pay_ship_save
  73.     update_orderitems(new_order, cart, update=update)
File "/Users/mdizon/Sites/nyrb/ve/lib/python2.5/site-packages/
Satchmo-0.9_pre-py2.5.egg/payment/utils.py" in update_orderitems
  149.     new_order.recalculate_total()
File "/Users/mdizon/Sites/nyrb/ve/lib/python2.5/site-packages/
Satchmo-0.9_pre-py2.5.egg/satchmo_store/shop/models.py" in
recalculate_total
  812.             self.force_recalculate_total(save=save)
File "/Users/mdizon/Sites/nyrb/ve/lib/python2.5/site-packages/
Satchmo-0.9_pre-py2.5.egg/satchmo_store/shop/models.py" in
force_recalculate_total
  895.             moneyfmt(item_sub_total),
File "/Users/mdizon/Sites/nyrb/ve/lib/python2.5/site-packages/
Satchmo-0.9_pre-py2.5.egg/l10n/utils.py" in moneyfmt
  137.     val = trunc_decimal(val, places)
File "/Users/mdizon/Sites/nyrb/ve/lib/python2.5/site-packages/
Satchmo-0.9_pre-py2.5.egg/satchmo_utils/numbers.py" in trunc_decimal
  130.     return round_decimal(val=val, places=places,
roundfactor='0.01', normalize=True)
File "/Users/mdizon/Sites/nyrb/ve/lib/python2.5/site-packages/
Satchmo-0.9_pre-py2.5.egg/satchmo_utils/numbers.py" in round_decimal
  98.         raise RoundedDecimalError(val=places, id=4, msg='places
Exceeds Decimal Context Precision')

Exception Type: RoundedDecimalError at /catalog/checkout/dummy/
Exception Value: RoundedDecimalError - Partial Unit Rounding Error
Exception Occured



On May 8, 7:57 pm, bkev <[email protected]> wrote:
> Is it just me, or is it a little weird that it's repeatedly setting
> the locale in subtly different ways on each successive line:
>
> 'en','utf-8'
> en
> 'en_us', 'utf-8'
> en_us
> en_us
>
> mykdzn...do you show anything similar?
>
> Thanks,
> bkev
>
> PS. Of course, that last link got 
> mangled...it'shttp://www.satchmoproject.com/trac/wiki/
> InstallationHints#Badsettings.LANGUAGE_CODE"

On May 8, 7:57 pm, bkev <[email protected]> wrote:
> Is it just me, or is it a little weird that it's repeatedly setting
> the locale in subtly different ways on each successive line:
>
> 'en','utf-8'
> en
> 'en_us', 'utf-8'
> en_us
> en_us
>
> mykdzn...do you show anything similar?
>
> Thanks,
> bkev
>
> PS. Of course, that last link got 
> mangled...it'shttp://www.satchmoproject.com/trac/wiki/
> InstallationHints#Badsettings.LANGUAGE_CODE"
--~--~---------~--~----~------------~-------~--~----~
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