I am following examples in https://github.com/box/box-python-sdk and I have the simple examples under "Getting Strarted" working, using the tokens I got from generating an app with Oauth2.0 with JWT.
I then tried to run the example in http://opensource.box.com/box-python-sdk/tutorials/intro.html and at the line "my = client.user(user_id='me').get()" I get an error:
AttributeError: 'LoggingNetwork' object has no attribute 'translator'
It looks like there should be an attribute in the base class that isn't there.
I tried using my box account user name instead of "my" to no avail.
I installed boxdev today, 13-Dec_2018, python 2.7.12, Ubuntu 16.04