On Wed, Feb 5, 2020 at 2:32 PM Souvik Dutta <souvik.vik...@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
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to