distutils2 Questions

3

I want to automate the upload process bug in some cases the python setup.py upload fails because pypi server already have the save version uploaded. How can I force it to upload, from the script (...
Fiddlewood asked 11/1, 2014 at 16:11

2

Solved

I have a python project that uses google protobufs as a message format for communicating over the network. Generating python files from the .proto files is straight-forward using the protoc program...
Desalinate asked 10/5, 2014 at 19:35

3

Solved

I have a python module fully implemented in python. (For portability reasons.) The implementation of a small part has been duplicated in a cython module. To improve perfomance where possible. I k...
Cease asked 21/1, 2017 at 10:20

2

Solved

Why is this creating 2 tar.gz files, ‘ python setup.py sdist? I am trying to upload using twine upload -r pypitest dist/*.tar.gz and i get error saying HTTPError: 400 Client Error: Only one sdis...
Panhellenic asked 23/5, 2018 at 14:43

4

Solved

Currently I'm using the auto-tools to build/install and package a project of mine, but I would really like to move to something that feels more "pythonic". My project consists of two scripts, one ...
Lelahleland asked 1/2, 2009 at 21:18

3

Solved

if I'm writing a package in Python for distribution and I put some scripts to be regarded as executables in the scripts of setup.py, is there a standard way to make them not have the *.py extension...
Widener asked 30/1, 2013 at 3:12
1

© 2022 - 2024 — McMap. All rights reserved.