Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python': 0.09; 'happen.': 0.09; 'must,': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'terry': 0.09; 'files.': 0.13; '.py': 0.16; 'compile,': 0.16; 'decode': 0.16; 'exe': 0.16; 'expert.': 0.16; 'message-id:@dough.gmane.org': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'sources.': 0.16; 'wrote:': 0.17; 'jan': 0.18; 'solution.': 0.18; 'bit': 0.21; 'lets': 0.22; 'tried': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'am,': 0.27; 'header:X-Complaints-To:1': 0.28; 'source': 0.29; 'code': 0.31; 'asking': 0.32; 'problem.': 0.32; 'file': 0.32; 'help,': 0.32; 'much.': 0.33; 'to:addr:python-list': 0.33; 'everyone': 0.33; 'hi,': 0.33; 'another': 0.33; 'problem,': 0.35; 'open': 0.35; 'subject:?': 0.35; 'something': 0.35; 'there': 0.35; 'received:org': 0.36; 'but': 0.36; 'should': 0.36; 'does': 0.37; 'subject:: ': 0.38; 'store': 0.38; 'files': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'link': 0.60; 'times': 0.63; 'show': 0.63; 'teaching': 0.66; 'url:u': 0.66; 'subject:this': 0.84; 'happened.': 0.84; 'received:fios.verizon.net': 0.84; 'genius': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: can someone teach me this? Date: Mon, 23 Jul 2012 17:19:10 -0400 References: <040e860f-f107-4f70-9c20-2635b514469c@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-173-75-251-66.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 29 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1343078387 news.xs4all.nl 6918 [2001:888:2000:d::a6]:42729 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:25924 On 7/23/2012 9:32 AM, E. wrote: > On 2012-07-21, Menghsiu Lee wrote: >> Hi, >> I have tried 1000 times to compile this python file to be an exe file >> by using py2exe and gui2exe But, it does not work out. You should show what happened. >> I am thinking >> if there can be some genius teaching me how to make this happen. The >> link in below is the complete code with all sources. Everything is >> open to everyone since I change this from another expert. >> >> http://dl.dropbox.com/u/63928380/blackjack.rar Not everyone can decode .rar files. You should store there a .py file or if you must, a standard .zip. But before you ask for help, you should try to minimize the code to something that still has the problem. Asking people to look through multiple files may be a bit much. If you find that removing block x lets the file compile, then you have found a source of the problem, if not the solution. -- Terry Jan Reedy