[Catalog-sig] Request password reset problem

Thomas Heller theller@python.net
12 Nov 2002 19:24:04 +0100


Richard Jones <rjones@ekit-inc.com> writes:

> On Sat, 9 Nov 2002 3:54 am, Thomas Heller wrote:
> > error
> >
> > Traceback (most recent call last):
> >   File "/home/rjones/src/pypi/webui.py", line 87, in run
> >     self.inner_run()
> >   File "/home/rjones/src/pypi/webui.py", line 177, in inner_run
> >     action = self.form[':action'].value
> > AttributeError: value
> 
> I'm going to need more information than this. How did you request the password 
> reset? What steps did you take. If through the web, which web browser are you 
> using? Unfortunately, I am unable to reproduce the error through any of the 
> resetting interfaces.

Yes, it was very terse.
Occurs both with MSIE6 and Mozilla 1.1, running under Win2K SP3,
with this URL
http://www.amk.ca/cgi-bin/pypi.cgi?:action=forgotten_password_form
when I enter 'theller' (without the quotes) in the Username entry field.

Thomas