Trying to login in from PsychoPy project menu, the dialog comes up. I entered my info, checked 'remember me'.
Traceback (most recent call last):
File "/Users/jgray/code/psychopy/psychopy/app/projects.py", line 266, in onLogin
password=pword, remember_me=rememberMe)
File "/Users/jgray/anaconda/lib/python2.7/site-packages/pyosf/remote.py", line 233, in __init__
self.authenticate(username, password, otp)
File "/Users/jgray/anaconda/lib/python2.7/site-packages/pyosf/remote.py", line 400, in authenticate
otp_val = resp.headers.get('X-OSF-OTP', '', timeout=5.0)
TypeError: get() got an unexpected keyword argument 'timeout'