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
Just installed everything as per instructions. Executed twitterbot, and it returns the following error
Traceback (most recent call last):
File "/usr/local/bin/twitterbot", line 9, in
load_entry_point('twitter==1.15.0', 'console_scripts', 'twitterbot')()
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 351, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2363, in load_entry_point
return ep.load()
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2088, in load
entry = import(self.module_name, globals(),globals(), ['name'])
File "build/bdist.linux-i686/egg/twitter/ircbot.py", line 84, in
File "build/bdist.linux-i686/egg/irclib.py", line 1188, in
AttributeError: type object 'str' has no attribute 'maketrans'
The text was updated successfully, but these errors were encountered:
Just installed everything as per instructions. Executed twitterbot, and it returns the following error
Traceback (most recent call last):
File "/usr/local/bin/twitterbot", line 9, in
load_entry_point('twitter==1.15.0', 'console_scripts', 'twitterbot')()
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 351, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2363, in load_entry_point
return ep.load()
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2088, in load
entry = import(self.module_name, globals(),globals(), ['name'])
File "build/bdist.linux-i686/egg/twitter/ircbot.py", line 84, in
File "build/bdist.linux-i686/egg/irclib.py", line 1188, in
AttributeError: type object 'str' has no attribute 'maketrans'
The text was updated successfully, but these errors were encountered: