You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fiddling around, I found the filepath sent to PIL.Image is \AppData\Local\tmphgk9m3a_\ckbcgml5.png, which is different from the one called in builtins.open, so its likely changed in the os.path.realpath segment of the `PIL.Image`` file.
I am not familiar enough with how maelzel creates and works with the temp files, or how PIL works to sort this out myself, do you have any recommendations?
The text was updated successfully, but these errors were encountered:
When Maelzel attempts to render the lilypond file, it runs into the following Exception:
Fiddling around, I found the filepath sent to
PIL.Image
is\AppData\Local\tmphgk9m3a_\ckbcgml5.png
, which is different from the one called inbuiltins.open
, so its likely changed in theos.path.realpath
segment of the `PIL.Image`` file.I am not familiar enough with how maelzel creates and works with the temp files, or how PIL works to sort this out myself, do you have any recommendations?
The text was updated successfully, but these errors were encountered: