Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #61091

Re: Packaging a proprietary Python library for multiple OSs

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.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.140
X-Spam-Level *
X-Spam-Evidence '*H*': 0.75; '*S*': 0.03; 'subject:Python': 0.06; 'thread': 0.14; 'sees': 0.16; 'subject:library': 0.16; 'wrote:': 0.18; 'header:In-Reply-To:1': 0.27; 'received:172.16': 0.29; 'am,': 0.29; 'dec': 0.30; 'running': 0.33; 'received:google.com': 0.35; 'google': 0.35; 'message-id:@gmail.com': 0.38; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; 'header:Message- Id:1': 0.63; 'our': 0.64; 'charset:windows-1252': 0.65; '2013,': 0.91; 'rusi': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=nvCiWhjGzktflD8HGvsj0fyNFh05tXcQy++JNkxjJs0=; b=tlMddZcgoTthScoJcxUDKVWR4He9hZLS24X1k8U2sExHXCP+MlHphNz15Fw4smPMga tdB8XuxGuYc+leZhL5N9HJkn6G0mVthn3Ea/6hEVHGNDV4BoDIVQfvO38YIT3x7Ilhg6 NGcRAjEubnfvnTBRt56CQ5PhATkLhC/wGqCeXO4a63/0Yq8D2RObW7sMG+9URswaJxFa BCOjhMq9GSCXPg3Z0vLVMPpdBHIQ02uT+ujiYSQVIpFtR+bVGCY87YXNbnzA47pHJ2A0 7/f+UCjHcKbYXvx9lzHvSb3YLXLIdYoqozAdOgFF4FvXW/0vqqDat2Ck16OMDW08N8gB mzlQ==
X-Received by 10.68.217.194 with SMTP id pa2mr52012934pbc.1.1386257548492; Thu, 05 Dec 2013 07:32:28 -0800 (PST)
Content-Type text/plain; charset=windows-1252
Mime-Version 1.0 (Mac OS X Mail 7.0 \(1822\))
Subject Re: Packaging a proprietary Python library for multiple OSs
From Travis Griggs <travisgriggs@gmail.com>
In-Reply-To <921295d6-a73f-4379-a938-c5188e35b6bd@googlegroups.com>
Date Thu, 5 Dec 2013 07:32:26 -0800
Content-Transfer-Encoding quoted-printable
References <58d49c5b-c837-4dac-b764-369fea02568c@googlegroups.com> <921295d6-a73f-4379-a938-c5188e35b6bd@googlegroups.com>
To python-list@python.org
X-Mailer Apple Mail (2.1822)
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.3608.1386257918.18130.python-list@python.org> (permalink)
Lines 14
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1386257918 news.xs4all.nl 2940 [2001:888:2000:d::a6]:35577
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:61091

Show key headers only | View raw


On Dec 5, 2013, at 2:56 AM, rusi <rustompmody@gmail.com> wrote:

> 3. https://groups.google.com/forum/#!forum/python-virtualenv may be a better 
> place to ask

Am I the only one that sees the irony in this suggestion? Given the long running tirades^H^H^H^H^H^H thread about “Managing Google Groups headaches”?

“Pleassse don’t use Google Groupssssesss. It’sss nasssty. It hurtssess our eyesssessss with itsss long linessssieesss. Unlessssss it hassss a ssspecial neeeeed. Then the groupssesss are OK, Yessss?"

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Packaging a proprietary Python library for multiple OSs Michael Herrmann <michael.herrmann@heliumhq.com> - 2013-12-05 02:14 -0800
  Re: Packaging a proprietary Python library for multiple OSs rusi <rustompmody@gmail.com> - 2013-12-05 02:56 -0800
    Re: Packaging a proprietary Python library for multiple OSs Travis Griggs <travisgriggs@gmail.com> - 2013-12-05 07:32 -0800
    Re: Packaging a proprietary Python library for multiple OSs Michael Herrmann <michael.herrmann@heliumhq.com> - 2013-12-05 07:41 -0800
    Re: Packaging a proprietary Python library for multiple OSs Chris Angelico <rosuav@gmail.com> - 2013-12-06 03:20 +1100
      Re: Packaging a proprietary Python library for multiple OSs Roy Smith <roy@panix.com> - 2013-12-05 09:12 -0800
        Re: Packaging a proprietary Python library for multiple OSs Chris Angelico <rosuav@gmail.com> - 2013-12-06 04:46 +1100
        Re: Packaging a proprietary Python library for multiple OSs Zero Piraeus <z@etiol.net> - 2013-12-05 14:50 -0300
        Re: Packaging a proprietary Python library for multiple OSs Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-12-05 18:18 +0000
        Re: Packaging a proprietary Python library for multiple OSs Robert Kern <robert.kern@gmail.com> - 2013-12-05 18:28 +0000
    Re: Packaging a proprietary Python library for multiple OSs Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-12-05 17:22 +0000
    Official discussion forum for a project (was: Packaging a proprietary Python library for multiple OSs) Ben Finney <ben+python@benfinney.id.au> - 2013-12-06 08:56 +1100
  Re: Packaging a proprietary Python library for multiple OSs Roy Smith <roy@panix.com> - 2013-12-05 09:09 -0500
    Re: Packaging a proprietary Python library for multiple OSs Michael Herrmann <michael.herrmann@heliumhq.com> - 2013-12-05 07:49 -0800
      Re: Packaging a proprietary Python library for multiple OSs random832@fastmail.us - 2013-12-05 10:52 -0500
        Re: Packaging a proprietary Python library for multiple OSs mherrmann.at@gmail.com - 2013-12-05 08:24 -0800
  Re: Packaging a proprietary Python library for multiple OSs Kevin Walzer <kw@codebykevin.com> - 2013-12-05 10:26 -0500
    Re: Packaging a proprietary Python library for multiple OSs Michael Herrmann <michael.herrmann@heliumhq.com> - 2013-12-05 07:50 -0800
      Re: Packaging a proprietary Python library for multiple OSs Kevin Walzer <kw@codebykevin.com> - 2013-12-05 11:03 -0500
      Re: Packaging a proprietary Python library for multiple OSs Kevin Walzer <kw@codebykevin.com> - 2013-12-06 10:35 -0500

csiph-web