jamespacileo / django-pure-pagination

Django pagination based upon the core pagination module
BSD 3-Clause "New" or "Revised" License
701 stars 171 forks source link

Update setup.py (issue: install error #40) #41

Open Burakhan opened 8 years ago

Burakhan commented 8 years ago

For this error: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 672: ordinal not in range(128)

vdboor commented 5 years ago

@jamespacileo could you merge this fix?

@Burakhan I've found a temporary workaround using export LANG=C.UTF-8

Burakhan commented 5 years ago

@vdboor Yes, that's right. This is also a solution.