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

Abdur-Rahmaan Janhangeer arj.python at gmail.com
Wed Feb 5 02:09:57 EST 2020


Use the Dev version of pyinstaller.

pip install https://github.com/pyinstaller/pyinstaller/archive/develop.zip

Yours,

Abdur-Rahmaan Janhangeer
pythonmembers.club <http://www.pythonmembers.club/> | github
<https://github.com/Abdur-rahmaanJ>
Mauritius


On Wed, Feb 5, 2020 at 7:31 AM 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???
> --
> https://mail.python.org/mailman/listinfo/python-list
>


More information about the Python-list mailing list