Re: how to register with pypi - no such setup.py

2009-12-28 Thread Phlip
On Dec 26, 4:24 pm, Stefan Krah wrote: > It is quite reasonable that changed archives with the same version number > are not accepted. Very helpful, not condescending. The message helps you remember to bump your version number. Try: "Please either increment your version number, or use your Pack

Re: how to register with pypi - no such setup.py

2009-12-27 Thread Diez B. Roggisch
Phlip schrieb: I have no alternative, to fix bugs in PyPi, _not_ in "that file", but to continue burning up version numbers that nobody cares about. The message is condescending because I am aware of the reason we version packages, and the message is _not_ helping me apply that reason! Aaand I

Re: how to register with pypi - no such setup.py

2009-12-26 Thread Stefan Krah
Phlip wrote: > On Dec 26, 6:01 am, "Martin v. Loewis" wrote: > > > > Now my next problem - how to get pypi.python.org to stop burning up > > > version numbers each time I test this? > > > > I don't speak English well enough to understand what "to burn up" > > means - to my knowledge, PyPI does n

Re: how to register with pypi - no such setup.py

2009-12-26 Thread Phlip
> I have no alternative, to fix bugs in PyPi, _not_ in "that file", but > to continue burning up version numbers that nobody cares about. The > message is condescending because I am aware of the reason we version > packages, and the message is _not_ helping me apply that reason! Aaand I just found

Re: how to register with pypi - no such setup.py

2009-12-26 Thread Phlip
On Dec 26, 6:01 am, "Martin v. Loewis" wrote: > > Now my next problem - how to get pypi.python.org to stop burning up > > version numbers each time I test this? > > I don't speak English well enough to understand what "to burn up" > means - to my knowledge, PyPI does no such thing. I don't know

Re: how to register with pypi - no such setup.py

2009-12-26 Thread Martin v. Loewis
Phlip wrote: >> What you want is a source distribution (sdist). > > Thanks. Yes, this is prob'ly documented somewhere. > > Now my next problem - how to get pypi.python.org to stop burning up > version numbers each time I test this? I don't speak English well enough to understand what "to burn up

Re: how to register with pypi - no such setup.py

2009-12-25 Thread Phlip
On Dec 24, 3:32 am, "Martin v. Loewis" wrote: > > Any tips? > > A binary distribution won't have a setup.py, because > you can install it by other means (such as Windows Installer), > instead of running setup.py > > What you want is a source distribution (sdist). Thanks. Yes, this is prob'ly docu

Re: how to register with pypi - no such setup.py

2009-12-24 Thread Martin v. Loewis
> Any tips? A binary distribution won't have a setup.py, because you can install it by other means (such as Windows Installer), instead of running setup.py What you want is a source distribution (sdist). Even if you want to create a binary distribution, don't use the bdist command, but some spec

how to register with pypi - no such setup.py

2009-12-22 Thread Phlip
And the next question in the series - how to make sure the resulting package has a setup.py file? The basic steps are... - build a python package - create a minimal setup.py - (github it, natch) - throw it at pypi with: python setup.py bdist upload - attempt to install it with: sud

how to register with pypi - no such setup.py

2009-12-21 Thread Phlip
And the next question in the series - how to make sure the resulting package has a setup.py file? The basic steps are... - build a python package - create a minimal setup.py - (github it, natch) - throw it at pypi with: python setup.py bdist upload - attempt to install it with: s