Im incontrando un problema con PyPI simile a this uno, tranne che sto correndo finestre e la pagina soluzione citata è giù.PyPI problemi - Carica fallito (401): devi essere identificato per modificare le informazioni del pacchetto
Qualcuno sa come risolvere questo problema? Sto usando Python 2.5.
python setup.py sdist register upload
running register
We need to know who you are, so please choose either:
1. use your existing login,
2. register as a new user,
3. have the server generate a new password for you (and email it to you), or
4. quit
Your selection [default 1]: 1
Username: tschellenbach
Password:
Server response (200): OK
running upload
Submitting dist\django-ogone-1.0.0.zip to http://pypi.python.org/pypi
Upload failed (401): You must be identified to edit package information
Grazie Rick, le differenze sono indicate nella domanda di cui sopra. – Thierry