Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #54835
| From | "Giampaolo Rodola'" <g.rodola@gmail.com> |
|---|---|
| Date | 2013-09-26 17:39 +0200 |
| Subject | Upload Windows binaries on pypi from Linux |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.358.1380210023.18130.python-list@python.org> (permalink) |
[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