So I have a script that crashes and I get the following traceback window.
Where is this file located?
If I do find / -path "*/GlyphsApp/__init__.py"
, I don’t get any results.
So I have a script that crashes and I get the following traceback window.
Where is this file located?
If I do find / -path "*/GlyphsApp/__init__.py"
, I don’t get any results.
I believe it’s actually referring to this .pyc
file inside the Glyphs application bundle. It’s weird that it shows a .py
extension but I think the traceback path gets hardcoded like that when you compile a .pyc
binary (this issue explains it).
You can find the source code for it here: