-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
boxsdk 1.x does not import in python 3.6.0 #195
Comments
This is a bug in We haven't yet backported any code from 2.0.0a back to 1.x, but we could do that if necessary. |
I think that would be wise, since this is an instant hard crash with the latest stable version. For now, specifying |
@jmoldow the repo owner closed your issue - I think he'd like you to file it on GitHub instead. |
Yeah, I re-filed it as a Github PR: benjaminp/six#178 |
The |
This was fixed version 1.5.4 (pull request #217) |
Running a simple script in Python 3.6.0 fails to import the boxsdk module:
This is on OS X Sierra, with the latest stable version (1.5.3). The script works fine in Python 3.5.2. Tox tests also fail on the 1.5.3 tag, but run cleanly on HEAD.
The text was updated successfully, but these errors were encountered: