Path: csiph.com!usenet.pasdenom.info!nntpfeed.proxad.net!feeder2-2.proxad.net!proxad.net!feeder1-2.proxad.net!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.017 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.05; 'from:addr:yahoo.co.uk': 0.05; 'subject:file': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python.': 0.11; 'anyway': 0.11; 'suggest': 0.15; 'balls': 0.16; 'error"': 0.16; 'exe': 0.16; 'guessing': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'wrote:': 0.16; 'language': 0.19; 'windows': 0.20; 'trying': 0.22; 'lawrence': 0.22; 'subject: .': 0.22; 'help.': 0.23; 'tried': 0.24; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.26; 'error': 0.27; 'went': 0.28; "i'm": 0.29; 'classes': 0.30; 'error.': 0.31; 'language.': 0.32; 'getting': 0.33; 'file': 0.34; 'to:addr:python-list': 0.35; 'but': 0.36; 'being': 0.36; 'url:org': 0.36; 'subject:: ': 0.37; 'received:org': 0.38; 'to:addr:python.org': 0.39; 'mark': 0.40; 'learn': 0.60; 'telling': 0.61; 'sample': 0.62; 'more': 0.62; 'kindly': 0.64; 'url:index': 0.64; 'email addr:gmail.com': 0.64; 'our': 0.64; 'due': 0.65; 'group,': 0.65; 'charset:windows-1252': 0.65; 'backup': 0.66; 'url:cgi': 0.66; 'liked': 0.67; 'dear': 0.67; 'pythonistas,': 0.84; 'esteemed': 0.91; 'url:tutorial': 0.91; 'colleagues': 0.97 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Creating .exe file in Python Date: Mon, 15 Jun 2015 13:07:38 +0100 References: <349bb66f-bd3c-47ec-bd1d-35f46d23cf95@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-78-146-2-64.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 In-Reply-To: <349bb66f-bd3c-47ec-bd1d-35f46d23cf95@googlegroups.com> 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: 27 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1434370085 news.xs4all.nl 2927 [2001:888:2000:d::a6]:47740 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:92629 On 15/06/2015 12:42, subhabrata.banerji@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'm awfully sorry but both my main and backup crystal balls are being repaired due to overuse. "I am getting error" is about as much use as a wet fart in a thunderstorm. So given that I never much liked guessing games anyway as I'm not much good at them, how about telling us precisely what error you're getting. In that way one or more of our most esteemed colleagues might be able to help. -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence