Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #54835
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <g.rodola@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.006 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'subject:Windows': 0.02; 'pypi': 0.07; 'http': 0.09; 'setup.py': 0.09; 'python': 0.11; 'windows': 0.15; '(via': 0.16; 'pypi.': 0.16; 'subject:pypi': 0.16; 'to:name:python list': 0.16; 'module': 0.19; 'written': 0.21; 'machine': 0.22; '\xa0so': 0.24; 'connected': 0.24; 'versions': 0.24; '---': 0.24; 'extension': 0.26; 'post': 0.26; 'url:code': 0.29; 'message-id:@mail.gmail.com': 0.30; 'apparently': 0.31; 'linux.': 0.31; 'file': 0.32; 'linux': 0.33; 'subject:from': 0.34; 'connection': 0.35; 'tool': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'thanks': 0.36; 'skip:& 10': 0.38; 'to:addr:python-list': 0.38; 'files': 0.38; '(from': 0.39; 'to:addr:python.org': 0.39; 'tell': 0.60; 'url:p': 0.64; 'different': 0.65; 'internet': 0.71 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=fYVzilpMDmLkbtcFWofGGqiDYtzlgX3geVfHu3SYArk=; b=KKdGJafCY8vbHpj1apGA5GCog2tC1dydaGoLpxzQLhbicuRt4vsXcE1gQw2A0ayzvm a4GtUmweVLey8CRxIX4w+mXwjecCeYZoUg1oUY6CEdycoelXKR5S4TdeY6OPFQEbHW1m GgCRuwguSq03LPV2lJfTG0ujiDToUQ3Ud1OsWNG1ZJ3ECha+ZfvP5ZcNSy5skJs1/J9W S+bwgchyvKnwDLldeTJ2bbg0QAxo5DPMRJ6FB4nAIB55ixEAXkEV7zvDIny3OAPOFUGw LyyirQLIbONMax89rPcpcE2gZNhDxGHjw4UBhHiNQy944IroYZrC8G3u3yu/O4fUyxUp vcLA== |
| X-Received | by 10.112.168.3 with SMTP id zs3mr4513401lbb.2.1380210016486; Thu, 26 Sep 2013 08:40:16 -0700 (PDT) |
| MIME-Version | 1.0 |
| From | "Giampaolo Rodola'" <g.rodola@gmail.com> |
| Date | Thu, 26 Sep 2013 17:39:56 +0200 |
| Subject | Upload Windows binaries on pypi from Linux |
| To | Python List <python-list@python.org> |
| Content-Type | multipart/alternative; boundary=001a11c33fe6bf8aa904e74b2ffb |
| 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.358.1380210023.18130.python-list@python.org> (permalink) |
| Lines | 87 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1380210023 news.xs4all.nl 15915 [2001:888:2000:d::a6]:43496 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:54835 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
I have a Python extension module (psutil) written in C which I compile for different Python versions (from 2.4 to 3.3) and want to upload them on pypi. The Windows machine is not connected to internet so after I generate the Windows binaries (via setup.py bdist_wininst) I move the .exe files from Windows to Linux. From there I want to upload all the *.exe files on pypi. Apparently I can automatically do this only from Windows via "setup.py upload bdist_wininst" but as I said I have no internet connection on that box. Is there a way to tell setup.py to upload those *.exe file on pypi from Linux or some tool which can do that via HTTP POST or something? Thanks in advance, --- Giampaolo https://code.google.com/p/pyftpdlib/ https://code.google.com/p/psutil/ https://code.google.com/p/pysendfile/
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Upload Windows binaries on pypi from Linux "Giampaolo Rodola'" <g.rodola@gmail.com> - 2013-09-26 17:39 +0200
csiph-web