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: 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: References: Date: Tue, 7 May 2013 09:48:32 -0400 Subject: Re: distributing a binary package From: Eric Frederich To: Miki Tebeka 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 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 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