Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #44892
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <eric.frederich@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.039 |
| X-Spam-Evidence | '*H*': 0.92; '*S*': 0.00; 'distutils': 0.07; 'setup.py': 0.09; 'cc:addr:python-list': 0.11; '9:13': 0.16; 'wrote:': 0.18; 'module': 0.19; 'cc:addr:python.org': 0.22; 'specify': 0.24; 'mon,': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'script': 0.25; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'url:mailman': 0.30; 'url:python': 0.33; "i'd": 0.34; "can't": 0.35; 'received:google.com': 0.35; 'url:listinfo': 0.36; 'url:org': 0.36; 'files': 0.38; 'pm,': 0.38; 'sure': 0.39; 'url:mail': 0.40; 'how': 0.40; 'simple,': 0.60; 'to:addr:gmail.com': 0.65; '2013': 0.98 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=yaHjLQKZj83jK2882qnf8ywI7P+HuBOJ1qN9hilm9I4=; b=bySiWztZr3rBRIGI1BmQFr117BbukV96NpRlRVgQEids2gOWcu072Q4FssLvl2PRL4 m3zUIT0kH2rzDNPTuyrrMhIOUxwyB89CLmgn5WBE33FNhFKQut6YFa4TpS0EP4DO3Iks UG+PFSHyz9dxr9Y3WNFUwoHA3Vwmqgv8L2/YWCd1gvyzSLCq77Z2nBi4Gu8tTvl8HRJ9 vudCI9jYDD+iQhUNPiW6dY7HylZa7oBC4qtyMWpBiqEf3H4hrQTRY3B0/C0cDmQpf+Tu PURT9NoMzW+qY45/Mwsejx/7shy2kqOlmEBnfF6o6P0Rs8G4x7Q7rKRRaFezVYlIv7y/ F1bQ== |
| MIME-Version | 1.0 |
| X-Received | by 10.52.240.48 with SMTP id vx16mr1065710vdc.127.1367934512631; Tue, 07 May 2013 06:48:32 -0700 (PDT) |
| In-Reply-To | <fdc71561-c13d-4632-a720-b4d95c15918e@googlegroups.com> |
| References | <mailman.1368.1367863915.3114.python-list@python.org> <fdc71561-c13d-4632-a720-b4d95c15918e@googlegroups.com> |
| Date | Tue, 7 May 2013 09:48:32 -0400 |
| Subject | Re: distributing a binary package |
| From | Eric Frederich <eric.frederich@gmail.com> |
| To | Miki Tebeka <miki.tebeka@gmail.com> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Cc | python-list@python.org |
| 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.1411.1367934880.3114.python-list@python.org> (permalink) |
| Lines | 11 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1367934880 news.xs4all.nl 15878 [2001:888:2000:d::a6]:44672 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:44892 |
Show key headers only | View raw
I see where I can specify a module that distutils will try to compile. I already have the .so files compiled. I'm sure its simple, I just can't find it or don't know what to look for. On Mon, May 6, 2013 at 9:13 PM, Miki Tebeka <miki.tebeka@gmail.com> wrote: > >> Basically, I'd like to know how to create a proper setup.py script > http://docs.python.org/2/distutils/setupscript.html > -- > http://mail.python.org/mailman/listinfo/python-list
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
distributing a binary package Eric Frederich <eric.frederich@gmail.com> - 2013-05-06 14:11 -0400
Re: distributing a binary package Miki Tebeka <miki.tebeka@gmail.com> - 2013-05-06 18:13 -0700
Re: distributing a binary package Eric Frederich <eric.frederich@gmail.com> - 2013-05-07 09:48 -0400
Re: distributing a binary package Miki Tebeka <miki.tebeka@gmail.com> - 2013-05-07 17:58 -0700
csiph-web