Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #73698

Re: What can Nuitka do?

References (2 earlier) <c710da7c-0c05-4f7d-b3b0-9d16ad9563fa@googlegroups.com> <53ae33ba$0$29985$c3e8da3$5496439d@news.astraweb.com> <b7f318a0-1a8c-4457-a838-768a1dc8fe45@googlegroups.com> <mailman.11302.1403929398.18130.python-list@python.org> <103dbef9-d18b-4ccb-90c5-1d840a183451@googlegroups.com>
Date 2014-06-28 15:02 +1000
Subject Re: What can Nuitka do?
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.11304.1403931780.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Sat, Jun 28, 2014 at 2:45 PM, CM <cmpython@gmail.com> wrote:
> On Saturday, June 28, 2014 12:23:03 AM UTC-4,
> Stefan Behnel wrote:
>
>> There should be a folder Python27/Scripts that
>> contains the executable programs that Python packages
>> install.
>
> Thank you, yes, it's there.  But there are two
> files:  nuitka (I don't see an extension and
> don't know the file type) and nuitka.bat.  I
> added C:/Python27/Scripts/nuitka to the Windows
> path but it still doesn't recognize the name.

Just add Scripts to path (not Scripts/nuitka), and it should run
nuitka.bat. I would guess that the one without an extension is a Unix
shell script of some sort; have a look at it, see if it's a text file
that begins "#!/bin/sh" or similar. Most likely the file sizes of
nuitka and nuitka.bat will be similar - of the order of hundreds of
bytes, even, as they're probably just invoking Python.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

What can Nuitka do? CM <cmpython@gmail.com> - 2014-06-27 16:25 -0700
  Re: What can Nuitka do? Paul Sokolovsky <pmiscml@gmail.com> - 2014-06-28 02:44 +0300
    Re: What can Nuitka do? Rustom Mody <rustompmody@gmail.com> - 2014-06-27 19:10 -0700
      Re: What can Nuitka do? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-06-28 03:09 +0000
        Re: What can Nuitka do? CM <cmpython@gmail.com> - 2014-06-27 20:44 -0700
          Re: What can Nuitka do? Michael Torrie <torriem@gmail.com> - 2014-06-27 22:14 -0600
          Re: What can Nuitka do? Chris Angelico <rosuav@gmail.com> - 2014-06-28 15:00 +1000
          Re: What can Nuitka do? "Gisle Vanem" <gvanem@yahoo.no> - 2014-06-28 12:39 +0200
            Re: What can Nuitka do? Roy Smith <roy@panix.com> - 2014-06-28 11:35 -0400
          Re: What can Nuitka do? Chris Angelico <rosuav@gmail.com> - 2014-06-29 01:16 +1000
          Re: [OT] What can Nuitka do? Michael Torrie <torriem@gmail.com> - 2014-06-30 07:10 -0600
          Re: [OT] What can Nuitka do? Chris Angelico <rosuav@gmail.com> - 2014-06-30 23:36 +1000
          Re: [OT] What can Nuitka do? Michael Torrie <torriem@gmail.com> - 2014-06-30 22:17 -0600
          Re: [OT] What can Nuitka do? Michael Torrie <torriem@gmail.com> - 2014-06-30 22:26 -0600
    Re: What can Nuitka do? CM <cmpython@gmail.com> - 2014-06-27 20:06 -0700
      Re: What can Nuitka do? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-06-28 03:17 +0000
        Re: What can Nuitka do? CM <cmpython@gmail.com> - 2014-06-27 20:57 -0700
          Re: What can Nuitka do? Rustom Mody <rustompmody@gmail.com> - 2014-06-27 21:11 -0700
          Re: What can Nuitka do? Stefan Behnel <stefan_ml@behnel.de> - 2014-06-28 06:23 +0200
            Re: What can Nuitka do? CM <cmpython@gmail.com> - 2014-06-27 21:45 -0700
              Re: What can Nuitka do? Chris Angelico <rosuav@gmail.com> - 2014-06-28 15:02 +1000
                Re: What can Nuitka do? CM <cmpython@gmail.com> - 2014-06-27 22:40 -0700
                Re: What can Nuitka do? Chris Angelico <rosuav@gmail.com> - 2014-06-28 16:16 +1000
                Fwd: What can Nuitka do? Chris “Kwpolska” Warrick <kwpolska@gmail.com> - 2014-06-28 09:45 +0200
      Re: What can Nuitka do? Michael Torrie <torriem@gmail.com> - 2014-06-27 21:28 -0600
        Re: What can Nuitka do? Rustom Mody <rustompmody@gmail.com> - 2014-06-27 20:40 -0700

csiph-web