JackMcKew / pyinstaller-action-windows

Github Action for building executables with Pyinstaller
MIT License
168 stars 67 forks source link

Failed to execute script .... #22

Closed panos23kar closed 2 years ago

panos23kar commented 2 years ago

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