Hi,

I try to automatize the release of an app using pyinstaller, inno setup and 
github actions.

My app works well under linux when installed with pip. This is my primary 
work environment and I have very limited Windows knowledge.

I am able to build locally on windows with pyinstaller, then to create an 
installer with inno setup and finally to use the installed app.

But the same made on github actions fails to run with a module not found 
error on an internal module. So, it seems that when run on github actions 
the initial exe does not contain all the sources of my app.

Here are the build traces on github actions:
https://github.com/kleag/yaas/actions/runs/10523619817/job/29158679933

The built installer is here:
https://github.com/kleag/yaas/releases/download/0.4.1/yaas_installer.exe

Let me know if I can give more details. I don’t know what would help to 
identify the problem…

Best,
Gaël

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pyinstaller/c585be55-0113-4d17-afa3-0dfbd8b446c9n%40googlegroups.com.

Reply via email to