Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #10053 > unrolled thread
| Started by | Thomas Jollans <t@jollybox.de> |
|---|---|
| First post | 2011-07-22 00:47 +0200 |
| Last post | 2011-07-22 00:47 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: // about building python // Thomas Jollans <t@jollybox.de> - 2011-07-22 00:47 +0200
| From | Thomas Jollans <t@jollybox.de> |
|---|---|
| Date | 2011-07-22 00:47 +0200 |
| Subject | Re: // about building python // |
| Message-ID | <mailman.1337.1311288475.1164.python-list@python.org> |
On 22/07/11 00:13, victor lucio wrote: > Hi All, > > I'd like to embbed a thin python in one application of mine i'm > developing so I need to know the module dependencies because I'm going > to remove some modules. > I also need to know the best way to rebuild the python core once these > modules have been removed. > > So, could you provide me some pointers in the right direction? > > Thanks in advance... > Well, get the source from www.python.org. There's a README in the source tree that will tell you how to build. If you're using Windows, you'll need Visual Studio 2008. The free Express Edition of Visual C++ will do. As for modules: you (should) know which modules your application uses. A trial-and-error approach should get you to a bare minimum quickly. (You know, remove everything you don't know is needed, try it out, put back modules you're missing, repeat) Thomas
Back to top | Article view | comp.lang.python
csiph-web