Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #35245
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2012-12-20 16:37 -0800 |
| References | <mailman.1116.1356041898.29569.python-list@python.org> |
| Subject | Re: Build and runtime dependencies |
| From | Miki Tebeka <miki.tebeka@gmail.com> |
| Message-ID | <mailman.1122.1356050232.29569.python-list@python.org> (permalink) |
On Thursday, December 20, 2012 2:11:45 PM UTC-8, Jack Silver wrote: > I have two Linux From Scratch machine. > Hence, I do not need to install all those libraries on the client machine. Right ? It depends on what the client needs. For example if you use zlib compression in the protocol, you'll need this in the client as well to uncompress. I suggest you use the exact same Python builds on both machines, it'll save you some headache in the future.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Build and runtime dependencies Jack Silver <jacksilver045@gmail.com> - 2012-12-20 17:11 -0500 Re: Build and runtime dependencies Miki Tebeka <miki.tebeka@gmail.com> - 2012-12-20 16:37 -0800 Re: Build and runtime dependencies Miki Tebeka <miki.tebeka@gmail.com> - 2012-12-20 16:37 -0800 Re: Build and runtime dependencies Hans Mulder <hansmu@xs4all.nl> - 2012-12-21 02:42 +0100
csiph-web