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


Groups > comp.lang.python > #51603

Re: how to package embedded python?

Newsgroups comp.lang.python
Date 2013-07-30 13:23 -0700
References <99b6fbcb-5456-4421-89d6-d0453b722e8c@googlegroups.com> <kt6n12$55k$1@dont-email.me>
Message-ID <110caaff-720a-4cc6-a4d4-ad7a7fe612dd@googlegroups.com> (permalink)
Subject Re: how to package embedded python?
From "David M. Cotter" <me@davecotter.com>

Show all headers | View raw


yes, i've looked there, and all over google.  i'm quite expert at embedding at this point.

however nowhere i have looked has had instructions for "this this is how you package up your .exe with all the necessary python modules necessary to actually run on a user's system that does not have python installed".

on mac, it's trivial: all macs come with python, there is nothing i need to include with my app and it "just works"

on windows: if you don't include the proper DLLs and/or whatnot, then the app will complain about missing DLLs on startup.

What DLLs must i include?  where are the instructions?

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


Thread

how to package embedded python? "David M. Cotter" <me@davecotter.com> - 2013-07-25 14:05 -0700
  Re: how to package embedded python? "David M. Cotter" <me@davecotter.com> - 2013-07-26 08:54 -0700
    Re: how to package embedded python? "David M. Cotter" <me@davecotter.com> - 2013-07-29 09:22 -0700
  Re: how to package embedded python? Kevin Walzer <kw@codebykevin.com> - 2013-07-29 17:38 -0400
    Re: how to package embedded python? "David M. Cotter" <me@davecotter.com> - 2013-07-30 13:23 -0700
      Re: how to package embedded python? CM <cmpython@gmail.com> - 2013-07-30 18:57 -0700
        Re: how to package embedded python? "David M. Cotter" <me@davecotter.com> - 2013-07-31 08:47 -0700
          Re: how to package embedded python? CM <cmpython@gmail.com> - 2013-08-01 08:57 -0700

csiph-web