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
Sorry to add yet another issue, but I have been trying find out why I can't get the
translate function to work.
I ran the google_translate script in the terminal using the command:
python2 google_translate.py work.
I received the following error:
Traceback (most recent call last):
File "google_translate.py", line 53 in
if 'dict' in get_page.keys() and 'entry' in get_page['dict'][0]:
AttributeError: 'unicode' object has no attribute 'keys'
Could I be missing any source files? I installed mutate from
source so I'm not sure if I'm missing anything. I followed all the
instructions exactly as they are posted on the <>Code page.
Thanks,
Josue.
The text was updated successfully, but these errors were encountered:
Sorry to add yet another issue, but I have been trying find out why I can't get the
translate function to work.
I ran the google_translate script in the terminal using the command:
python2 google_translate.py work.
I received the following error:
Traceback (most recent call last):
File "google_translate.py", line 53 in
if 'dict' in get_page.keys() and 'entry' in get_page['dict'][0]:
AttributeError: 'unicode' object has no attribute 'keys'
Could I be missing any source files? I installed mutate from
source so I'm not sure if I'm missing anything. I followed all the
instructions exactly as they are posted on the <>Code page.
Thanks,
Josue.
The text was updated successfully, but these errors were encountered: