Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed3.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.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'executable': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'command,': 0.16; 'folder,': 0.16; 'from:addr:behnel.de': 0.16; 'from:addr:stefan_ml': 0.16; 'from:name:stefan behnel': 0.16; 'path.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'folder': 0.16; 'do.': 0.18; 'looked': 0.18; 'stefan': 0.19; 'header:User-Agent:1': 0.23; 'file.': 0.24; 'recognized': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'external': 0.29; 'file': 0.32; 'sense': 0.34; 'received:84': 0.35; 'but': 0.35; 'add': 0.35; 'there': 0.35; "didn't": 0.36; 'subject:?': 0.36; 'should': 0.36; 'to:addr:python-list': 0.38; 'skip:- 10': 0.38; 'subject:can': 0.39; 'sure': 0.39; 'to:addr:python.org': 0.39; 'skip:p 20': 0.39; 'received:org': 0.40; 'called': 0.40; 'how': 0.40; 'kind': 0.63; 'within': 0.65; 'received:arcor-ip.net': 0.84; 'received:pools.arcor-ip.net': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Stefan Behnel Subject: Re: What can Nuitka do? Date: Sat, 28 Jun 2014 06:23:03 +0200 References: <4bfec709-263b-4c82-93ed-054432fd9d7e@googlegroups.com> <53ae33ba$0$29985$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: dslb-084-056-045-076.pools.arcor-ip.net User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 In-Reply-To: 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: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1403929398 news.xs4all.nl 2936 [2001:888:2000:d::a6]:53652 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:73695 CM, 28.06.2014 05:57: >> Now type >> >> nuitka --recurse-all something_or_other.py >> >> and hit Enter. What happens? > > I did that and the message is: > > 'nuitka' is not recognized as an internal > or external command, operable program or batch file. > > which makes sense because some kind of file called > nuitka is not in my path. What I wasn't sure of is how > to add it, because I looked in the nuitka folder in > Python27/Lib/site-packages and there was no file > called nuitka.py or nuitka.exe within that folder, > and there were a lot of subfolders but I just didn't > know what I should do. There should be a folder Python27/Scripts that contains the executable programs that Python packages install. Stefan