Dan Egli <[EMAIL PROTECTED]> writes: > Traceback (innermost last): > ~ File "tmda-cgi.py", line 44, in ? > ~ import cgitb; cgitb.enable() > ImportError: No module named cgitb > > I modified the script so that instead of calling python it called > python2, and I do have python 2.2 with the cgitb module, but it is > still not being seen. Whats up? Anyone got any ideas?
You can try seeing whether your python2 installation contains cgitb (which it should). Python 2.2.2 (#1, Dec 21 2002, 22:07:01) [GCC 2.95.4 20020320 [FreeBSD]] on freebsd4 Type "help", "copyright", "credits" or "license" for more information. >>> import cgitb >>> In any case, this issue is now fixed in CVS. _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
