piksel / pytouch-cube

Qt5 Label Editor for Brother P-Touch Cube label maker
MIT License
48 stars 9 forks source link

Failed to execute script pytouch3 #52

Open Farsuperslime opened 1 year ago

Farsuperslime commented 1 year ago

I downloaded the most recent release for windows, but it gives me the error "Failed to execute script pytouch3" every time I launch it.

tyalie commented 1 year ago

Do you have any more errors than that? And have you tried to execute the script directly with python (e.g. from CMD python3 ./pytouch3.py)?

piksel commented 1 year ago

No, it doesn't unfortunately: https://pyinstaller.org/en/stable/when-things-go-wrong.html#figuring-out-why-your-gui-application-won-t-start

That version is pretty old anyway, I should make a new binary release. Tried running it on a freshly installed windows machine and got the same error.

piksel commented 1 year ago

Try https://github.com/piksel/pytouch-cube/releases/tag/v1.0.0-rc3 and see if it works.

Farsuperslime commented 1 year ago

Yes, it does launch now, thank you!