Hi Guys,
I've successfully created an exe of my python program using pyinstaller. 
Its an application built using PyQt5 and I'm using Python 3.9. It works 
perfectly on 3 PCs in my office, but when deployed to some PCs it doesn't 
run.
All PC's were running Win10, some had python installed, some didn't.

I've tried running it from command line on the PCs that don't work, and 
nothing is printed in the output. I also tried to compile it with debug 
switched on and exectly the same information is printed to the command line 
on all PCs. On PCs where the program runs successfully the UI loads, the 
others it just stops with no errors.

I've tried inserting print statements to see where it gets to but it 
doesn't get that far. As no errors can be found I'm really after a way to 
debug the problem as I'm stumped.
Any advice on how to source the problem or what could be the difference 
between the machines would be much appreciated.
Cheers

-- 
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/8c1f2a5f-54a3-423e-aa17-5fb7f7d3f15cn%40googlegroups.com.

Reply via email to