Jeef
Jeef
Yea... not so useful... the only question I guess I'd have is if you can run this from the command line directly? (if you know how to do that)
So cPickle existed only in Python2 and then it went away.. Are you using Py3 or Py2?
And are you running this build: https://github.com/jeeftor/EmojiTaco/releases/tag/v2.0.1
Open in a terminal then run this command: ~`PYTHONPATH=$(pwd)/src/libs python3 src/downloadDataFiles.py`~ I mean this: `PYTHONPATH=$(pwd)/src/libs python3 src/bg_downloader.py`
If it works you'll see something like this...
The `PYTHONPATH` command tells it where to look for local libs
Wow... that's so almost helpful... :( ... I'll have to look into the code and see what's going on but at least its downloading So here is what its supposed...
Just for kicks can you try to re-init the emoji from Alfred?
Actually as I look at that last one I wonder if it’s an issue with the notify module…. Which I could prob wrap in an exception…. I’ll try to get...
That isn't my code so I'm not 100% sure what's going on with the notify stuff.... Thanks for working on this ... I'm busy this week but can pick it...