Failed to execute script ....
Closed this issue · 0 comments
panos23kar commented
HI there,
Im trying to build an app which uses tkinter (gui app) and needs to import modules from other packages.
It 'builds' the app 'successfully' but I always receive a 'Failed to execute script gui' msg which indicates that it doesn't manage to import modules, without giveing more errros.
You can have a quick look here (documentation branch): https://github.com/panos23kar/photonomist/tree/documentation.
Apparently I miss something but not sure what!
My main goal is to have a one code base which will run both locally and in github actions (in terms of importing modules).
Thanks in advance