Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #51502
| From | Kevin Walzer <kw@codebykevin.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: how to package embedded python? |
| Date | 2013-07-29 17:38 -0400 |
| Organization | A noiseless patient Spider |
| Message-ID | <kt6n12$55k$1@dont-email.me> (permalink) |
| References | <99b6fbcb-5456-4421-89d6-d0453b722e8c@googlegroups.com> |
On 7/25/13 5:05 PM, David M. Cotter wrote: > what must i include in my app package if i'm embedding python? > > i tried including *everything* in the "DLLs" directory, but my app still crashes as soon as i attempt to initialize python. > > this is on a system that does not have python installed, as most of my users won't have it. is it actually a requirement that they first install python? (cuz it does work then) > Have you looked at these docs? http://docs.python.org/2/extending/embedding.html Lots of other hits on Google for ""embedding Python in C app." -- Kevin Walzer Code by Kevin/Mobile Code by Kevin http://www.codebykevin.com http://www.wtmobilesoftware.com
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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