Sorry for the slow reply.  I'm having home problems.

On Tue, 14 Jan 2003 12:46:16 -0700, Dan Egli
<[EMAIL PROTECTED]> wrote:

> I am having some problems with tmda-cgi. specifically, after I followed 
> the directions when I run the cgi script I get nothing in return. A 
> blank page.  When I check the errorlog for apache I get:
> ImportError: No module named cgitb
> 
> What is the cgitb module and where can I get it?

Sorry about that.  cgitb is just for debugging purposes and is not
required for operation.  Please try the following patch for
contrib/cgi/tmda-cgi.py:

44c44,48
< import cgitb; cgitb.enable()
---
> try:
>   import cgitb
>   cgitb.enable()
> except ImportError:
>   pass

Or you can grab the latest contrib/cgi/tmda-cgi.py from CVS.

Gre7g.
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to