djaodjin / djaodjin-saas

Django application for software-as-service and subscription businesses
Other
564 stars 124 forks source link

python 2/3 issues #111

Closed knivets closed 6 years ago

knivets commented 6 years ago
  1. While trying to run python ./manage.py load_test_transactions with python3 the following error is thrown: TypeError: Population must be a sequence or set. For dicts, use list(d). https://github.com/djaodjin/djaodjin-saas/blob/master/testsite/management/commands/load_test_transactions.py#L206
  2. There is a print x statement without braces at the same file as the previous isse
  3. While visiting http://localhost:8000/billing/cowork-master/cart/ page in a browser with python2 the following error is thrown: 'module' object has no attribute 'zip_longest' https://github.com/djaodjin/djaodjin-saas/blob/master/saas/views/billing.py#L718
smirolo commented 6 years ago

All these issues fixed in previous commits and packaged as part of version 0.3.2.