On Sun, Jul 11, 2010 at 4:47 AM, Takayuki Shimizukawa <[email protected]> wrote: > I wasn't able to make an account in PyPI using `setup.py register`.
The name of the "register" command is a little confusing. It's purpose is *not* to allow you to register yourself with PyPI, but to register package information with the site. You need to use the web interface to create your account. When using "setup.py register", you'll be asked to authenticate using the account you created via the web. -Fred -- Fred L. Drake, Jr. <fdrake at gmail.com> "A storm broke loose in my mind." --Albert Einstein _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
