Glyph
Glyph
I'm mostly curious about how you invoked `py2app` and what your `setup.py` looks like. (And whether you invoked `codesign` at any point?)
> > If I kill the quarantine attribute entirely, I get a traceback about missing shared libraries for the `wand` library, which is maybe a related problem as well? >...
@KarolWojtyla333 I think you've got at least one other problem here, but you should never write to any files within your app bundle; this will always break codesigning and cause...
@KarolWojtyla333 If you are shipping the image along with the app and you want to edit it, you just need to pick a location to save it to that isn't...
@KarolWojtyla333 It would be a lot easier for all of us to help debug this if we could see your source code. I realize you may need to keep the...
It's also generally more helpful to paste textual logs inside ` ``` ` blocks in github comments so that we can more easily copy/paste bits of it rather than screenshots,...
> I'll edit that comment with what you asked, and I'll also try to get a minimal app to work. Thanks a bunch. I really hope that you do not...
(Also, the way code blocks work is that you want to have ` ``` ` on a line by itself, then your code, then ` ``` ` on a line...
> I've edited it, however I'm still pretty new to GitHub as well as most of the stuff I'm dealing with here, so I'm not sure how to set up...
@KarolWojtyla333 Try `git add .` and then `git commit -m 'hello world'` before `git push`.