Creating .exe file in Python

subhabrata.banerji at gmail.com subhabrata.banerji at gmail.com
Wed Jun 17 10:04:22 EDT 2015


On Wednesday, June 17, 2015 at 7:25:39 PM UTC+5:30, Laura Creighton wrote:
> In a message of Wed, 17 Jun 2015 06:10:45 -0700, w
> rites:
> 
> >Dear Group,
> >
> >Thank you all. It seems going fine now. I have one additional question if I run the .exe files created in Non Python Windows environment. Linux has Python builtin but in Non Python environment how may I run it? Is there any set of prequisites I have to follow. I am not finding much web help, if any one may kindly suggest. 
> >
> >Regards,
> >Subhabrata Banerjee.
> 
> If you use py2exe or PyInstaller (or whatever it is you used) to make
> your exe, then all of this is handled for you.  Hand the windows users
> the exe and they are good to go.  But the last time you posted here,
> your py2exe wasn't working well.  You were getting Import Errors.
> If you make a broken exe, well, it will be broken for the windows
> users as well.
> 
> Laura

Thanks. I will check. I am calling the .exe from C:\Python27\dist... would it run in non Python Windows Environment? Regards, Subhabrata Banerjee.



More information about the Python-list mailing list