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
Traceback (most recent call last):
File "/usr/local/bin/twphotos", line 11, in
sys.exit(main())
File "/usr/local/lib/python2.7/dist-packages/twphotos/photos.py", line 285, in main
tl_type=args.type)
File "/usr/local/lib/python2.7/dist-packages/twphotos/photos.py", line 49, in init
self.api = twitter.Api(consumer_key=CONSUMER_KEY,
AttributeError: 'module' object has no attribute 'Api'
I have already edited the ~/.twphotos that contains all of my credentials.
I run Cat ~/.twphotos and all of my [credentials] are there
and increments is at the bottom empty.
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/usr/local/bin/twphotos", line 11, in
sys.exit(main())
File "/usr/local/lib/python2.7/dist-packages/twphotos/photos.py", line 285, in main
tl_type=args.type)
File "/usr/local/lib/python2.7/dist-packages/twphotos/photos.py", line 49, in init
self.api = twitter.Api(consumer_key=CONSUMER_KEY,
AttributeError: 'module' object has no attribute 'Api'
I have already edited the ~/.twphotos that contains all of my credentials.
I run Cat ~/.twphotos and all of my [credentials] are there
and increments is at the bottom empty.
The text was updated successfully, but these errors were encountered: