Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'transform': 0.07; 'friday,': 0.09; 'windows,': 0.09; 'python': 0.11; 'gui': 0.12; 'question.': 0.14; '0.5.2': 0.16; 'command-line': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'grasp': 0.16; 'presume': 0.16; 'stuff.': 0.16; 'think.': 0.16; 'wxpython': 0.16; 'eager': 0.16; 'do,': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'unlike': 0.19; 'seems': 0.21; 'command': 0.22; 'header:User-Agent:1': 0.23; 'example.': 0.24; 'paul': 0.24; "i've": 0.25; 'shown': 0.26; 'this:': 0.26; 'downloaded': 0.26; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'unix': 0.29; 'this.': 0.32; "we're": 0.32; 'but': 0.35; 'really': 0.36; 'much.': 0.36; 'subject:?': 0.36; 'application': 0.37; 'so,': 0.37; 'list.': 0.37; 'easily': 0.37; 'message-id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'skip:- 10': 0.38; 'pm,': 0.38; 'rather': 0.38; 'that,': 0.38; 'subject:can': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'even': 0.60; "you'll": 0.62; 'more': 0.64; 'learn.': 0.84; 'mingw': 0.84 X-Virus-Scanned: amavisd-new at torriefamily.org Date: Fri, 27 Jun 2014 21:28:04 -0600 From: Michael Torrie User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131118 Thunderbird/17.0.11 MIME-Version: 1.0 To: python-list@python.org Subject: Re: What can Nuitka do? References: <4bfec709-263b-4c82-93ed-054432fd9d7e@googlegroups.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1403926104 news.xs4all.nl 2897 [2001:888:2000:d::a6]:36758 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:73689 On 06/27/2014 09:06 PM, CM wrote: > On Friday, June 27, 2014 7:44:39 PM UTC-4, Paul Sokolovsky wrote: >> Yes, you can. So, please try that, and report >> how that went. We're eager to know how that would >> go very much. But unlike you, we don't have need >> to transform wxPython GUI application in Python into >> an executable. So, you are in the best position to >> answer your question. > > I downloaded and installed Nuitka 0.5.2 for Windows, > but it seems like the entirety of the instructions > for what I want to do, as shown on the Docs web page, > is this: > > nuitka --recurse-all program.py > > I would need more help than that to try this. I've > never even used MinGW, for example. I presume you can learn the same way many of us learn. But reading up on it and trying things out. I bet there's even a MinGW list. Really it's standard command-line stuff. Learn how to use a unix command line and you'll be able to grasp it all rather easily I think. Good luck.