Ricardo Bánffy <rban...@gmail.com> writes: > I must be doing something wrong, but I (and the clever folks at the #python > channel) can't figure what. > ... > Registering Appengine-Fixture-Loader to http://pypi.python.org/pypi > Server response (401): basic auth failed > > So, what am I doing wrong?
I find it strange that it says "http://pypi..." rather than "https://pypi...". The entries in your ".pypirc" have been for "https://pypi...". The login entries in my ".pypirc" are in the section "[server-login]" (although, this is likely the easy case with only the production "PyPI" site). -- https://mail.python.org/mailman/listinfo/python-list