Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #77704
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <travisgriggs@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.125 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.75; '*S*': 0.00; 'python3': 0.07; 'shifting': 0.09; 'python': 0.11; 'easily,': 0.16; 'subject:versions': 0.16; 'subject:python': 0.16; '(in': 0.22; 'fine': 0.24; 'versions': 0.24; 'received:172.16': 0.29; 'topic': 0.29; 'newer': 0.30; 'anyone': 0.31; 'older': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'subject:?': 0.36; 'message- id:@gmail.com': 0.38; 'question,': 0.38; 'stable': 0.38; 'to:addr :python-list': 0.38; 'does': 0.39; 'realize': 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'read': 0.60; 'header :Message-Id:1': 0.63; 'hear': 0.63; 'love': 0.65; 'charset:windows-1252': 0.65; 'hoping': 0.75; 'i\x92d': 0.84; 'luck': 0.93 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=+ZWqrNHX6T0ckGV5DyME8Mb0zPfvl7x7Rg7i1GFi2D4=; b=ZI867U4Jn1hnoLDvd2yd03xBBt0V7lcmPLaWVdksHn1PVfHkq687BifagNjj7ftpz9 y9y+cWpwix6q6VQYLh8CPEQnthytsvxT7mwGYBCAHJCtbjJFNUuuWlLjPl7iIFr+iyd6 K1WUM82ZMyRXz1Y7hBr87gzwoihLkDY1FVB58igdDClhLXfkLgbxe8wgy5Hal0TM7ij+ ns+zx/BlSnZ2jT00ZvXlAdt4s65OR6F4pq3r0W6L9SpHaSBpprKUHQmrkeVno9FIJJrX DKdr6Q4ODT+ib+D43nXMyHv7+1ouUrPwCUikiixwIy1oUfGlzLKUktVmm7H6l/kNhfpr YIgA== |
| X-Received | by 10.68.135.70 with SMTP id pq6mr23379155pbb.10.1410203067898; Mon, 08 Sep 2014 12:04:27 -0700 (PDT) |
| From | Travis Griggs <travisgriggs@gmail.com> |
| Content-Type | text/plain; charset=windows-1252 |
| Content-Transfer-Encoding | quoted-printable |
| Subject | Newer Debian versions of python on older Debian distros? |
| Date | Mon, 8 Sep 2014 12:04:26 -0700 |
| To | python-list@python.org |
| Mime-Version | 1.0 (Mac OS X Mail 7.3 \(1878.6\)) |
| X-Mailer | Apple Mail (2.1878.6) |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.13878.1410203071.18130.python-list@python.org> (permalink) |
| Lines | 14 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1410203071 news.xs4all.nl 2906 [2001:888:2000:d::a6]:48096 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:77704 |
Show key headers only | View raw
(I realize that this may be seen as off topic for as a general python question, but given my historical experience with the Debian community’s predilection to answer all questions with a grumpy “go read the very very very very large and ever shifting fine manual”, I’m hoping for better luck here.) Does anyone have experience with using newer versions of python debian packages (in particular, python3 and python3-bson-ext from ‘testing’) on older stable versions (‘wheezy’ in this case)? If someone’s figured out how to do this easily, I’d love to hear the recipe! TIA
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Newer Debian versions of python on older Debian distros? Travis Griggs <travisgriggs@gmail.com> - 2014-09-08 12:04 -0700
Re: Newer Debian versions of python on older Debian distros? Rustom Mody <rustompmody@gmail.com> - 2014-09-09 01:09 -0700
Re: Newer Debian versions of python on older Debian distros? Chris Angelico <rosuav@gmail.com> - 2014-09-09 19:17 +1000
Re: Newer Debian versions of python on older Debian distros? Rustom Mody <rustompmody@gmail.com> - 2014-09-09 08:23 -0700
Re: Newer Debian versions of python on older Debian distros? Chris Angelico <rosuav@gmail.com> - 2014-09-10 01:27 +1000
csiph-web