Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'broken': 0.03; 'subject:Python': 0.05; 'builtin': 0.07; 'subject:file': 0.07; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'used)': 0.09; 'cc:addr:python-list': 0.10; 'python': 0.11; 'wed,': 0.15; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'exe': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'pyinstaller': 0.16; 'received:89.233': 0.16; 'received:89.233.217': 0.16; 'received:89.233.217.133': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'laura': 0.18; 'windows': 0.20; '(or': 0.21; 'cc:addr:python.org': 0.21; 'cc:2**1': 0.22; 'subject: .': 0.22; 'posted': 0.23; '2015': 0.23; 'import': 0.24; 'seems': 0.24; 'header:In-Reply-To:1': 0.24; 'all.': 0.24; 'question': 0.26; 'linux': 0.26; 'errors.': 0.27; 'fine': 0.29; 'non': 0.29; '-0700,': 0.29; 'received:se': 0.29; 'environment': 0.29; 'cc:no real name:2**1': 0.29; 'handled': 0.29; 'run': 0.32; 'help,': 0.32; 'getting': 0.33; 'but': 0.36; 'created': 0.36; 'there': 0.36; 'subject:: ': 0.37; 'charset:us- ascii': 0.37; 'environment.': 0.37; 'files': 0.38; 'whatever': 0.39; 'well.': 0.40; 'your': 0.60; 'header:Message-Id:1': 0.62; 'kindly': 0.64; 'you.': 0.64; 'email addr:gmail.com': 0.64; 'group,': 0.65; 'received:89': 0.80; 'hand': 0.82 To: subhabrata.banerji@gmail.com cc: python-list@python.org, lac@openend.se From: Laura Creighton Subject: Re: Creating .exe file in Python In-Reply-To: Message from subhabrata.banerji@gmail.com of "Wed, 17 Jun 2015 06:10:45 -0700." <9e068291-09c2-4b2a-8e1c-8803050cfba1@googlegroups.com> References: <349bb66f-bd3c-47ec-bd1d-35f46d23cf95@googlegroups.com> <2219d0b2-24a4-498b-b981-456faf0ceb44@googlegroups.com> <5f6b802f-049b-48e3-b1fd-a5915b7f3dbb@googlegroups.com> <2de8f2c1-5a92-4f8b-be2d-c793de69d463@googlegroups.com> <9e068291-09c2-4b2a-8e1c-8803050cfba1@googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <21914.1434549296.1@fido> Content-Transfer-Encoding: quoted-printable Date: Wed, 17 Jun 2015 15:54:56 +0200 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [89.233.217.130]); Wed, 17 Jun 2015 15:54:57 +0200 (CEST) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1434549305 news.xs4all.nl 2869 [2001:888:2000:d::a6]:54402 X-Complaints-To: abuse@xs4all.nl Path: csiph.com!usenet.pasdenom.info!news.stben.net!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Xref: csiph.com comp.lang.python:92746 In a message of Wed, 17 Jun 2015 06:10:45 -0700, subhabrata.banerji@gmail.= com 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 a= ny 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