How to make a cross platform python app with pyinstaller??

Chris Angelico rosuav at gmail.com
Tue Feb 4 22:33:22 EST 2020


On Wed, Feb 5, 2020 at 2:32 PM Souvik Dutta <souvik.viksou at gmail.com> wrote:
>
> Hi,
> I made a python gui with pyqt5 and packed it with pyinstaller. It is
> running well in my computer but when I gave it to a friend who doesn't have
> any python version installed and it didn't run. The message was "This app
> cannot be run on your pc.". How can I solve this???

Distribute the .py file instead. It can then run on any computer with
Python installed.

ChrisA


More information about the Python-list mailing list