![](https://secure.gravatar.com/avatar/58123a0c00832fbb9268317602c5231a.jpg?s=120&d=mm&r=g)
When trying to do any of the CGI stuff in 1.0b4 i get the following. I am able to view all the "top level" CGI pages, but i get this when submitting changes in /admin/ now as well as in /listinfo/:
We're sorry, we hit a bug!
If you would like to help us identify the problem, please email a copy of this page to the webmaster for this site with a description of what happened. Thanks!
Traceback:
Content-type: text/html
We're sorry, we hit a bug!
Mailman experienced a very low level failure and could not even generate a useful traceback. Please report this to the Mailman administrator at this site.
Luke luke@indy.net "Celebrate we will because life is short but sweet for certain"---Two Step
![](https://secure.gravatar.com/avatar/ab1c33fc0fd591a0ea174155233a6a51.jpg?s=120&d=mm&r=g)
Luke,
Try this:
cd to the Mailman installation directory (which is either /home/mailman if you didn't supply a --prefix option to configure, or the directory you gave to --prefix).
From this directory fire up your Python interpreter from the command line, and execute the following:
Please tell us if any of these steps fail, and mail us the traceback if so.
-Barry
![](https://secure.gravatar.com/avatar/ab1c33fc0fd591a0ea174155233a6a51.jpg?s=120&d=mm&r=g)
Okay, in the same interpreter session now try:
logger = StampedLogger('error', label='admin', manual_reprime=1, nofail=0) multi = MultiLogger(sys.__stdout__, logger)
if the latter fails, then try
print sys.__stdout__
if that fails, what version of Python are you running?
-Barry
![](https://secure.gravatar.com/avatar/ab1c33fc0fd591a0ea174155233a6a51.jpg?s=120&d=mm&r=g)
Luke,
Try this:
cd to the Mailman installation directory (which is either /home/mailman if you didn't supply a --prefix option to configure, or the directory you gave to --prefix).
From this directory fire up your Python interpreter from the command line, and execute the following:
Please tell us if any of these steps fail, and mail us the traceback if so.
-Barry
![](https://secure.gravatar.com/avatar/ab1c33fc0fd591a0ea174155233a6a51.jpg?s=120&d=mm&r=g)
Okay, in the same interpreter session now try:
logger = StampedLogger('error', label='admin', manual_reprime=1, nofail=0) multi = MultiLogger(sys.__stdout__, logger)
if the latter fails, then try
print sys.__stdout__
if that fails, what version of Python are you running?
-Barry
participants (2)
-
Barry A. Warsaw
-
Luke