evonove / django-money-rates

Currency conversion for django money
BSD 3-Clause "New" or "Revised" License
90 stars 61 forks source link

Python 3 error with updating_rates management command #4

Closed troygrosfield closed 10 years ago

troygrosfield commented 10 years ago

Using python 3.3.3 and django 1.6, I get the following error when attempting to update rates:

$ python manage.py syncdb
Creating tables ...
Creating table djmoney_rates_ratesource
Creating table djmoney_rates_rate
Installing custom SQL ...
Installing indexes ...
Installed 0 object(s) from 0 fixture(s)
$ python manage.py update_rates
CommandError: Error during rate update: Error retrieving rates: can't use a string pattern on a bytes-like object
synasius commented 10 years ago

Fixed and released on pypi. Thnx for reporting :+1:

troygrosfield commented 10 years ago

Thanks for the quick turnaround!