Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #92637
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2015-06-15 07:40 -0700 |
| References | <349bb66f-bd3c-47ec-bd1d-35f46d23cf95@googlegroups.com> <ba82704b-ad7e-4d2b-840b-6b4932d83ef9@googlegroups.com> <mailman.485.1434378723.13271.python-list@python.org> |
| Message-ID | <3d31bd2a-07e8-4ed4-82de-ad95571a5d5f@googlegroups.com> (permalink) |
| Subject | Re: Creating .exe file in Python |
| From | subhabrata.banerji@gmail.com |
On Monday, June 15, 2015 at 8:02:21 PM UTC+5:30, Thierry Chappuis wrote: > Hi, > > The question is why to you want to create an exe from your > python project? > > Setuptools is capable to create small .exe launchers in the > Scripts dir of your python install. These launchers start a python script > and use the python interpreter registered on your platform. That's pretty > light and that's my prefered solution. > > If installing the Python interpreter is an issue for the end > user, we can make the installer do it for him. Installer programs like Inno > Setup let you do it quite easily. > > Kind regards > > Thierry > > > > On lun., juin 15, 2015 at > 4:10 PM, <subhabrat...@gmail.com> > wrote: > > > On Monday, June 15, 2015 at > 5:12:24 PM UTC+5:30, subhabrat...@gmail.com wrote: > > > > 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. > > > > > > I am also experimenting around Pyinstaller, cx_Freeze and Inno Studio. But > not finding ample examples and manuals. > > > Regards, > > > Subhabrata. > > > -- > > > https://mail.python.org/mailman/listinfo/python-list Thank you for your kind reply. I have downloaded it, but no good tutorial. If you may send any. Regards, Subhabrata Banerjee.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Creating .exe file in Python subhabrata.banerji@gmail.com - 2015-06-15 04:42 -0700
Re: Creating .exe file in Python Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-06-15 13:07 +0100
Re: Creating .exe file in Python sohcahtoa82@gmail.com - 2015-06-15 10:09 -0700
Re: Creating .exe file in Python Laura Creighton <lac@openend.se> - 2015-06-15 15:01 +0200
Re: Creating .exe file in Python subhabrata.banerji@gmail.com - 2015-06-15 06:42 -0700
Re: Creating .exe file in Python Laura Creighton <lac@openend.se> - 2015-06-15 16:44 +0200
Re: Creating .exe file in Python subhabrata.banerji@gmail.com - 2015-06-15 07:03 -0700
Re: Creating .exe file in Python subhabrata.banerji@gmail.com - 2015-06-15 07:40 -0700
Re: Creating .exe file in Python subhabrata.banerji@gmail.com - 2015-06-15 09:11 -0700
Re: Creating .exe file in Python Laura Creighton <lac@openend.se> - 2015-06-15 18:29 +0200
Re: Creating .exe file in Python subhabrata.banerji@gmail.com - 2015-06-16 03:46 -0700
Re: Creating .exe file in Python subhabrata.banerji@gmail.com - 2015-06-16 06:56 -0700
Re: Creating .exe file in Python Laura Creighton <lac@openend.se> - 2015-06-16 17:04 +0200
Re: Creating .exe file in Python subhabrata.banerji@gmail.com - 2015-06-16 08:17 -0700
Re: Creating .exe file in Python Ian Kelly <ian.g.kelly@gmail.com> - 2015-06-16 10:00 -0600
Re: Creating .exe file in Python Chris Angelico <rosuav@gmail.com> - 2015-06-17 02:03 +1000
Re: Creating .exe file in Python subhabrata.banerji@gmail.com - 2015-06-16 09:23 -0700
Re: Creating .exe file in Python subhabrata.banerji@gmail.com - 2015-06-17 06:10 -0700
Re: Creating .exe file in Python Chris Angelico <rosuav@gmail.com> - 2015-06-17 23:20 +1000
Re: Creating .exe file in Python hamilton <hamilton@nothere.com> - 2015-06-17 07:33 -0600
Re: Creating .exe file in Python Chris Angelico <rosuav@gmail.com> - 2015-06-17 23:52 +1000
Re: Creating .exe file in Python Steven D'Aprano <steve@pearwood.info> - 2015-06-18 01:39 +1000
Re: Creating .exe file in Python subhabrata.banerji@gmail.com - 2015-06-17 08:46 -0700
Re: Creating .exe file in Python Chris Angelico <rosuav@gmail.com> - 2015-06-18 01:58 +1000
Re: Creating .exe file in Python random832@fastmail.us - 2015-06-17 10:17 -0400
Re: Creating .exe file in Python subhabrata.banerji@gmail.com - 2015-06-17 07:30 -0700
Re: Creating .exe file in Python Chris Angelico <rosuav@gmail.com> - 2015-06-18 00:38 +1000
Re: Creating .exe file in Python subhabrata.banerji@gmail.com - 2015-06-17 06:33 -0700
Re: Creating .exe file in Python Laura Creighton <lac@openend.se> - 2015-06-17 15:54 +0200
Re: Creating .exe file in Python subhabrata.banerji@gmail.com - 2015-06-17 07:04 -0700
Re: Creating .exe file in Python subhabrata.banerji@gmail.com - 2015-06-17 07:16 -0700
Re: Creating .exe file in Python Laura Creighton <lac@openend.se> - 2015-06-17 17:21 +0200
Re: Creating .exe file in Python subhabrata.banerji@gmail.com - 2015-06-17 08:30 -0700
csiph-web