[Distutils] buildout dependencies trouble

2010-07-11 Thread John Griessen
I've been making a buildout.cfg for deploying web sites and hit some snags. django-page-cms is a package I want, and getting it via buildout found eggs for other apps, but needed source for django-page-cms. From there, some requirements, (don't know where they are in the code), pulled in packages

Re: [Distutils] `setup.py register` can't create PyPI account.

2010-07-11 Thread Fred Drake
On Sun, Jul 11, 2010 at 4:47 AM, Takayuki Shimizukawa 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

[Distutils] `setup.py register` can't create PyPI account.

2010-07-11 Thread Takayuki Shimizukawa
Hi. I wasn't able to make an account in PyPI using `setup.py register`. http://pypi.python.org/pypi?:action=register_form require 'I agree' checkbox, but `distutils/command/register.py` doesn't seem to send a 'agree' form key/value to the PyPI server. This problem occurs in the major python vers