[Mailman-Users] Traceback Error

2009-10-02 Thread Dr. Scott S. Jones
I am experiencing traceback errors, as outlined in the following from
/usr/local/mailman/logs/error: 

admin(17030): Traceback (most recent call last):
admin(17030):   File "/usr/local/mailman/scripts/driver", line 112, in
run_main
admin(17030): main()
admin(17030):   File "/usr/local/mailman/Mailman/Cgi/admindb.py", line 165,
in main
admin(17030): process_form(mlist, doc, cgidata)
admin(17030):   File "/usr/local/mailman/Mailman/Cgi/admindb.py", line 716,
in process_form
admin(17030): forward, forwardaddr)
admin(17030):   File "/usr/local/mailman/Mailman/ListAdmin.py", line 167, in
HandleRequest
admin(17030): forward, addr)
admin(17030):   File "/usr/local/mailman/Mailman/ListAdmin.py", line 254, in
__handlepost
admin(17030): g(msg, 1)
admin(17030): AttributeError: Generator instance has no __call__ method
admin(17030): [- Python Information -


Please advise. 

Scott
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] Traceback Error

2009-10-02 Thread Ralf Hildebrandt
* Dr. Scott S. Jones :
> I am experiencing traceback errors, as outlined in the following from
> /usr/local/mailman/logs/error: 
> 
> admin(17030): Traceback (most recent call last):
> admin(17030):   File "/usr/local/mailman/scripts/driver", line 112, in
> run_main
> admin(17030): main()
> admin(17030):   File "/usr/local/mailman/Mailman/Cgi/admindb.py", line 165,
> in main
> admin(17030): process_form(mlist, doc, cgidata)
> admin(17030):   File "/usr/local/mailman/Mailman/Cgi/admindb.py", line 716,
> in process_form
> admin(17030): forward, forwardaddr)
> admin(17030):   File "/usr/local/mailman/Mailman/ListAdmin.py", line 167, in
> HandleRequest
> admin(17030): forward, addr)
> admin(17030):   File "/usr/local/mailman/Mailman/ListAdmin.py", line 254, in
> __handlepost
> admin(17030): g(msg, 1)
> admin(17030): AttributeError: Generator instance has no __call__ method
> admin(17030): [- Python Information -

You get this when doing WHAT?

-- 
Ralf Hildebrandt
  Geschäftsbereich IT | Abteilung Netzwerk
  Charité - Universitätsmedizin Berlin
  Campus Benjamin Franklin
  Hindenburgdamm 30 | D-12203 Berlin
  Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
  ralf.hildebra...@charite.de | http://www.charite.de

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Re: [Mailman-Users] Traceback Error

2009-10-02 Thread Mark Sapiro
Dr. Scott S. Jones wrote:

>I am experiencing traceback errors, as outlined in the following from
>/usr/local/mailman/logs/error: 
>
>admin(17030): Traceback (most recent call last):
>admin(17030):   File "/usr/local/mailman/scripts/driver", line 112, in
>run_main
>admin(17030): main()
>admin(17030):   File "/usr/local/mailman/Mailman/Cgi/admindb.py", line 165,
>in main
>admin(17030): process_form(mlist, doc, cgidata)
>admin(17030):   File "/usr/local/mailman/Mailman/Cgi/admindb.py", line 716,
>in process_form
>admin(17030): forward, forwardaddr)
>admin(17030):   File "/usr/local/mailman/Mailman/ListAdmin.py", line 167, in
>HandleRequest
>admin(17030): forward, addr)
>admin(17030):   File "/usr/local/mailman/Mailman/ListAdmin.py", line 254, in
>__handlepost
>admin(17030): g(msg, 1)
>admin(17030): AttributeError: Generator instance has no __call__ method
>admin(17030): [- Python Information -
>
>
>Please advise. 


See the post at
.

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] Traceback Error

2009-10-03 Thread Ralf Hildebrandt
* Mark Sapiro :

> See the post at
> .

Personally I think this would warrant a new point release...

-- 
Ralf Hildebrandt
  Geschäftsbereich IT | Abteilung Netzwerk
  Charité - Universitätsmedizin Berlin
  Campus Benjamin Franklin
  Hindenburgdamm 30 | D-12203 Berlin
  Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
  ralf.hildebra...@charite.de | http://www.charite.de

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Re: [Mailman-Users] Traceback Error

2009-10-03 Thread Stephen J. Turnbull
Ralf Hildebrandt writes:
 > * Mark Sapiro :
 > 
 > > See the post at
 > > .
 > 
 > Personally I think this would warrant a new point release...

There's no great hurry according to
http://wiki.list.org/display/DOC/Installation+requirements.

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] Traceback Error

2009-10-03 Thread Mark Sapiro
Stephen J. Turnbull wrote:

>Ralf Hildebrandt writes:
> > * Mark Sapiro :
> > 
> > > See the post at
> > > .
> > 
> > Personally I think this would warrant a new point release...
>
>There's no great hurry according to
>http://wiki.list.org/display/DOC/Installation+requirements.


Actually, I think the problem also occurs with Mailman 2.1.12 and
Python 2.5.x, so we're not off the hook on that one.

I have not considered the problem to be that serious. I fixed it in
source at the end of July after hitting it on my own site. Before that
there was one report in April that I didn't correctly diagnose, and
two more reports since then.

However, besides this, there have been several other bug fixes since
2.1.12, and I intend to make a new release soon - certainly before the
end of the year.

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] Traceback Error

2009-10-04 Thread Ralf Hildebrandt
> >There's no great hurry according to
> >http://wiki.list.org/display/DOC/Installation+requirements.
> 
> 
> Actually, I think the problem also occurs with Mailman 2.1.12 and
> Python 2.5.x, so we're not off the hook on that one.

We're runnung 2.6.x, so I couldn't tell
 
> I have not considered the problem to be that serious. I fixed it in
> source at the end of July after hitting it on my own site. Before that
> there was one report in April that I didn't correctly diagnose, and two
> more reports since then.
> 
> However, besides this, there have been several other bug fixes since
> 2.1.12, and I intend to make a new release soon - certainly before the
> end of the year.

Good to hear.

-- 
Ralf Hildebrandt
  Geschäftsbereich IT | Abteilung Netzwerk
  Charité - Universitätsmedizin Berlin
  Campus Benjamin Franklin
  Hindenburgdamm 30 | D-12203 Berlin
  Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
  ralf.hildebra...@charite.de | http://www.charite.de

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9