owenwater / alfred-cal

Displays a calendar with Alfred Workflow
MIT License
63 stars 13 forks source link

Fix incompatible python lib #14

Closed alock closed 6 years ago

alock commented 7 years ago

Do you have a simple fix to allow me to enable this workflow again?

python-lib

https://www.alfredapp.com/help/troubleshooting/incompatible-python-workflow-library/

oorahduc commented 6 years ago

@alock - go here: https://github.com/deanishe/alfred-fixum

Download the fixum workflow, enable debugging on it, and run the Dry Run fixum workflow in alfred. In the debug console it will tell you what workflows currently use an outdated version of the python workflow lib. Once you're satisfied that the workflows are safe to update, run the "Fix Workflows" workflow in fixum. This will update all workflows you have with the new version of the python lib.

PR submitted to make this unnecessary.

alock commented 6 years ago

I forgot about this issue, thanks for the workaround. However it was already working without those steps I will close.