problem related to making setup

Chris Angelico rosuav at gmail.com
Wed Apr 15 08:31:17 EDT 2020


On Wed, Apr 15, 2020 at 10:28 PM Dhruv Chaturvedi
<dhruvastro67 at gmail.com> wrote:
>
> I made a simple bot. I wanted to share my Bot with my friends but when I
> convert it into an exe from pyinstaller it started showing an error shown
>  below and when I use cx_Freeze  again it showing an error pls help me with
> this.
>
> These are all the files I use\\// 1st photo - when I
> use cx_Freeze first time,
> 2nd photo - when I use cx_freeze second time,
> 3rd photo- when I use pyinstaller.

Images don't come through. But I would recommend NOT converting it to
an exe - it's far simpler to just distribute the .py files and have
your friends install Python.

ChrisA


More information about the Python-list mailing list