This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yac00b
Recipients yac00b
Date 2011-03-26.17:51:13
SpamBayes Score 2.9883953e-09
Marked as misclassified No
Message-id <1301161874.42.0.537788072216.issue11687@psf.upfronthosting.co.za>
In-reply-to
Content
I am not exactly sure if it is a proper place for my problem. I am quite new to Python in general.
I am working on Windows 7 with Python 3.2. I wanted to upload a module to PyPI. To do that I have to register with the command-line. I use the command "python3 setup.py register" and then I have to choose whether to use existing login, to create new etc. I am already registered on the website. When I choose 1 and press Enter, it still wants me to put a proper number.
I searched the web and I found out that the solution is to specify my username and password in the .pypirc file. The problem is that I have no idea where to find this file. Should I maybe create it? The ".pypirc" is the extension? What is the exact name of the file?
Or maybe is there any other way to solve this problem?
History
Date User Action Args
2011-03-26 17:51:14yac00bsetrecipients: + yac00b
2011-03-26 17:51:14yac00bsetmessageid: <1301161874.42.0.537788072216.issue11687@psf.upfronthosting.co.za>
2011-03-26 17:51:13yac00blinkissue11687 messages
2011-03-26 17:51:13yac00bcreate