braintree / braintree_python

Braintree Python library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
242 stars 115 forks source link

Braintree modules cannot be imported #89

Closed horaceleung closed 7 years ago

horaceleung commented 7 years ago

We have encountered following error after upgrading from 3.35.0 to 3.36.0 causing some modules unable to be imported.

plugins_1 | import braintree plugins_1 | File "/usr/local/lib/python3.4/site-packages/braintree/init.py", line 1, in plugins_1 | from braintree.ach_mandate import AchMandate plugins_1 | File "/usr/local/lib/python3.4/site-packages/braintree/ach_mandate.py", line 2, in plugins_1 | from braintree.util.datetime_parser import parse_datetime plugins_1 | ImportError: No module named 'braintree.util.datetime_parser' plugins_1 exited with code 1

bmdeveloppement commented 7 years ago

+1, I have the same issue. Rollback to 2.35.0 for the moment.

grameh commented 7 years ago

+1 having the issue as well. 3.35.0 is the release before this and it seems to be working

crookedneighbor commented 7 years ago

Thanks for the report. We'll have a fix out today.

crookedneighbor commented 7 years ago

This is fixed in 3.37.0. Thanks for your patience!