campaignmonitor / createsend-python

A Python library for the Campaign Monitor API
http://campaignmonitor.github.io/createsend-python
MIT License
57 stars 63 forks source link

setup.py install broken if six not installed #29

Closed gregplaysguitar closed 7 years ago

gregplaysguitar commented 8 years ago

setup.py shouldn't import the module because there's no guarantee the dependencies will be present. See my quick fix here; you may want to implement differently so the version isn't duplicated

https://github.com/gregplaysguitar/createsend-python/commit/b6961f87da9c28d4e39029a2813dc55f6fe2d662

jdennes commented 7 years ago

Should be fixed in https://github.com/campaignmonitor/createsend-python/releases/tag/v4.2.2.