Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #42732
| Path | csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.000 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.06; '(python': 0.07; 'installed.': 0.07; 'versions,': 0.07; '32-bit': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; '2.7': 0.14; 'windows': 0.15; '(needed': 0.16; '(windows': 0.16; 'hams': 0.16; 'index.': 0.16; 'installer,': 0.16; 'only)': 0.16; 'pip?': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'run:': 0.16; 'subject:program': 0.16; 'unpack': 0.16; 'wrote:': 0.18; 'code.': 0.18; 'wed,': 0.18; 'module': 0.19; 'trying': 0.19; 'file,': 0.19; 'install': 0.23; 'installation': 0.23; 'header:User-Agent:1': 0.23; 'file.': 0.24; 'this:': 0.26; 'supported': 0.26; 'header:X-Complaints-To:1': 0.27; "doesn't": 0.30; "i'm": 0.30; '3.x': 0.31; 'go.': 0.31; 'run': 0.32; 'linux': 0.33; 'older': 0.33; 'maybe': 0.34; 'but': 0.35; 'google': 0.35; '2.6': 0.36; 'charset:us-ascii': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'radio': 0.60; 'john': 0.61; 'zip': 0.64; 'do:': 0.91; 'hate': 0.91; '2013': 0.98 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| Mail-Followup-To | python-list@python.org |
| To | python-list@python.org |
| From | rh <richard_hubbe11@lavabit.com> |
| Subject | Re: Distributing a Python program hell |
| Date | Wed, 3 Apr 2013 19:59:03 -0700 |
| Organization | " " |
| References | <kji0gj$rtl$1@dont-email.me> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=US-ASCII |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | ip68-227-87-145.sb.sd.cox.net |
| User-Agent | dsodnetnin |
| X-Mailer | EZnn0.37p |
| X-Newsreader | EZnn0.37p |
| X-Gmane-NNTP-Posting-Host | EZnn0.37p |
| Original-Received | from slem by 1.1 with local |
| X-No-Archive | yes |
| Archive | no |
| X-Archive | encrypt |
| X-Operating-System | Barebones_6.1 |
| X-Gmane-NNTP-Posting-Host | 192.168.1.1 |
| X-NNTP-Posting-Host | 192.168.1.1 |
| Mail-Copies-To | never |
| X-Archive | expiry=17 |
| 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 | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.89.1365044264.3114.python-list@python.org> (permalink) |
| Lines | 47 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1365044264 news.xs4all.nl 6849 [2001:888:2000:d::a6]:53929 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:42732 |
Show key headers only | View raw
On Wed, 03 Apr 2013 12:41:25 -0700 John Nagle <nagle@animats.com> wrote: > I'm struggling with radio hams who are trying to get my > antique Teletype program running. I hate having to write > instructions like this: Can you package it and make it available via pip? I only know linux so maybe pip doesn't run on windows?? If you packaged via pip then they would only have to do: pip install antique-teletype > > Installation instructions (Windows): > > Download and install Python 2.7 (32-bit) if not already installed. > (Python 2.6 or 2.7 is required; "pyserial" will not work correctly > on older versions, and "feedparser" is not supported in 3.x versions.) > > Install the Python module "setuptools" from the Python Package > Index. (Needed by other installers. Has a Windows installer.) > > Install the Python module "feedparser" from Google Code. > (Unpack ZiP file, run "setup.py install") > > Install the Python module "pyserial" from SourceForge. > (Windows installer, but 32-bit only) > > Install the Python module "pygooglevoice" from Google Code. > (Requires 7Zip to unpack the .tar.gz file. Then "setup.py install") > > Download "BaudotRSS" from SourceForge. (ZIP file, put in your > chosen directory for this program.) > > Run: python baudotrss.py --help > > I'm thinking of switching to Go. > > John Nagle --
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Distributing a Python program hell John Nagle <nagle@animats.com> - 2013-04-03 12:41 -0700
Re: Distributing a Python program hell Ian Kelly <ian.g.kelly@gmail.com> - 2013-04-03 13:50 -0600
Re: Distributing a Python program hell Neil Cerutti <neilc@norwich.edu> - 2013-04-03 19:54 +0000
Re: Distributing a Python program hell Grant Edwards <invalid@invalid.invalid> - 2013-04-03 20:10 +0000
Re: Distributing a Python program hell rh <richard_hubbe11@lavabit.com> - 2013-04-03 19:59 -0700
csiph-web