clarencecastillo / alfred-powerthesaurus

Search Powerthesaurus synonyms and antonyms from Alfred
MIT License
103 stars 14 forks source link

ModuleNotFoundError: No module named 'cPickle' #18

Open bambalados opened 2 years ago

bambalados commented 2 years ago

Can't seem to get pows or powa to get any results.

The first debugging showed that it cannot use python, so I changed it to python3 for both powa and pows, now the following shows in Alfred's debugger when trying to get a synonym for 'hello'

ModuleNotFoundError: No module named 'cPickle'

mrxinu commented 2 years ago

You upgraded to Monterey too huh? They removed Python 2 entirely. 😦

mrxinu commented 2 years ago

@bambalados See the fork and fix here. https://github.com/clarencecastillo/alfred-powerthesaurus/issues/16

bambalados commented 2 years ago

Thanks! the latest release removed the problem! Thanks for the great work!