Creating .exe file in Python

Laura Creighton lac at openend.se
Mon Jun 15 09:01:11 EDT 2015


In a message of Mon, 15 Jun 2015 04:42:09 -0700, subhabrata.banerji at gmail.com w
rites:
>Dear Group,
>
>I am trying to learn how to create .exe file for Python. I tried to work around 
>http://www.py2exe.org/index.cgi/Tutorial of Py2exe. The sample program went nice.
>But if I try to make exe for larger programs with methods and classes I am getting error. 
>
>If any one of the esteemed members may kindly suggest how to work out. 
>I am using Python2.7+ on Windows 7 Professional. 
>
>Regards,
>Subhabrata Banerjee. 

1. Post the error.

2. I have always had better luck with PyInstaller than with py2exe
   https://github.com/pyinstaller/pyinstaller/wiki

Laura




More information about the Python-list mailing list