stranger1 Posted December 30, 2022 Share Posted December 30, 2022 Also, i get another error when i try to run dependency manager. https://www.alfredapp.com/help/kb/dependencies/ Link to comment
vitor Posted December 30, 2022 Author Share Posted December 30, 2022 (edited) Open a terminal and run xcode-select --install. A dialog will walk you through the rest, it’s literally two clicks and a wait. Then try the other command again. Edited December 30, 2022 by vitor Link to comment
xilopaint Posted January 15 Share Posted January 15 (edited) Hey@giovanniI see you're using this fork of the Alfred-Workflow library in the workflows you ported to Python 3. There's an issue in this fork regarding the default_settings parameter of the Workflow class which doesn’t seem to work. You get a KeyError by running this code: from workflow import Workflow wf = Workflow(default_settings={"arg1": "value1"}) print(wf.settings["arg1"]) Have you ever faced this issue or have any idea on how to fix it? I have my own fork of deanishe's library which is being used by some people and I'm interested to fix this issue. Edited January 15 by xilopaint Link to comment
dght Posted January 16 Share Posted January 16 So I downloaded the Updated Version of "Word Search" and it still does not work. Can you help me?https://postimg.cc/gallery/T3FxnjN Link to comment
giovanni Posted January 19 Share Posted January 19 On 1/15/2023 at 12:12 PM, xilopaint said: Have you ever faced this issue no, not that I remember! Link to comment
xilopaint Posted January 20 Share Posted January 20 On 1/15/2023 at 2:12 PM, xilopaint said: Hey@giovanniI see you're using this fork of the Alfred-Workflow library in the workflows you ported to Python 3. There's an issue in this fork regarding the default_settings parameter of the Workflow class which doesn’t seem to work. You get a KeyError by running this code: from workflow import Workflow wf = Workflow(default_settings={"arg1": "value1"}) print(wf.settings["arg1"]) Have you ever faced this issue or have any idea on how to fix it? I have my own fork of deanishe's library which is being used by some people and I'm interested to fix this issue. @vitordo you have Python 2 installed? If so, could you check if this code works with deanishe's library? Link to comment
vitor Posted January 21 Author Share Posted January 21 On 1/20/2023 at 1:36 AM, xilopaint said: do you have Python 2 installed? Nope. And I’m not intimately familiar with the inner workings of setting up the library. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now