You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maybe I am doing something wrong, but if I import xively into python in the python shell everything works fine. But if I try to load it in a script, it errors out at the line:
api = xively.XivelyAPIClient(key)
maybe I am doing something wrong, but if I import xively into python in the python shell everything works fine. But if I try to load it in a script, it errors out at the line:
api = xively.XivelyAPIClient(key)
with name 'xively' is not defined