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


Groups > comp.lang.python > #73690

Re: What can Nuitka do?

X-Received by 10.182.130.169 with SMTP id of9mr15209359obb.27.1403926807406; Fri, 27 Jun 2014 20:40:07 -0700 (PDT)
X-Received by 10.50.131.198 with SMTP id oo6mr343619igb.1.1403926807287; Fri, 27 Jun 2014 20:40:07 -0700 (PDT)
Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!hn18no15964809igb.0!news-out.google.com!bp9ni0igb.0!nntp.google.com!uq10no14635580igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail
Newsgroups comp.lang.python
Date Fri, 27 Jun 2014 20:40:06 -0700 (PDT)
In-Reply-To <mailman.11300.1403926104.18130.python-list@python.org>
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=59.95.29.252; posting-account=mBpa7woAAAAGLEWUUKpmbxm-Quu5D8ui
NNTP-Posting-Host 59.95.29.252
References <4bfec709-263b-4c82-93ed-054432fd9d7e@googlegroups.com> <mailman.11296.1403912691.18130.python-list@python.org> <c710da7c-0c05-4f7d-b3b0-9d16ad9563fa@googlegroups.com> <mailman.11300.1403926104.18130.python-list@python.org>
User-Agent G2/1.0
MIME-Version 1.0
Message-ID <b4ef9d09-e450-4954-a9eb-0f5d03fd7c43@googlegroups.com> (permalink)
Subject Re: What can Nuitka do?
From Rustom Mody <rustompmody@gmail.com>
Injection-Date Sat, 28 Jun 2014 03:40:07 +0000
Content-Type text/plain; charset=ISO-8859-1
Xref csiph.com comp.lang.python:73690

Show key headers only | View raw


On Saturday, June 28, 2014 8:58:04 AM UTC+5:30, Michael Torrie wrote:
> 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.

Have you tried it?

I tried it a few months back... it turned out that its not one (turnkey)
solution but a whole setup in which dozens (hundreds?) of
programs need to be selected (like in synaptic) almost like setting
a full-scale linux box from scratch.

Then after that there is the wrestling with library paths...

In the end I found setting up ming in linux with apt and trying out the results
in wine was less taxing.

[Of course I freely admit that linux is generally less taxing (to ME) than
windows]

Back to comp.lang.python | Previous | NextPrevious 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