Remove Broken Import#9
Remove Broken Import#9noazark wants to merge 1 commit intocloudflare:mastercloudflare/python-cloudflare:masterfrom noazark:patch-1Copy head branch name to clipboard
Conversation
The `CloudFlare` import in `__init__.py` appears to be unnecessary and is causing difficulties when installing (`ImportError: No module named requests`).
|
👍 I'm running into the same issue |
|
This import is also causing me issues on installation, though with a slightly different error message. This error only occurs when using python 3.x |
|
Yes, this was an issue caused as I initially tried to get Python3 support into the package. Sorry it got broke for a while. The release (as of today) 1.3.1 will install on Python2 or Python3 cleanly. There's plenty more capabilities within the package now. Please read the README. |
|
@mahtin "Installing cleanly" doesn't mean that the package works correctly with Python 3. The package should use See #14 or #1 for more insight. Detailed commits for #14 can be found here: https://github.com/cloudflare/python-cloudflare/pull/14/files. If you want to merge these I can adapt the PR so that there are no conflicts with the latest source code, and reopen it. |
The
CloudFlareimport in__init__.pyappears to be unnecessary and is causing difficulties when installing.