Adam Todd <[EMAIL PROTECTED]> wrote:
> >NoSectionError: No section: 'Theme'
> >       args = ("No section: 'Theme'",)
> >       message = "No section: 'Theme'"
> >       section = 'Theme'

Good news!  I think I've got it.  Please try applying the attached
patch and let me know if it fixes things for you.

To apply, go into the tmda-cgi directory (Wherever Session.py lives)
and run:

patch -p0 < NoSectionError.patch

-- 
Jim Ramsay
"Me fail English?  That's unpossible!"
Index: Session.py
===================================================================
--- Session.py	(revision 2091)
+++ Session.py	(working copy)
@@ -282,6 +282,7 @@
           CgiUtil.TermError("Install failed",
             "Install not allowed in no-su mode", "install", "",
             "Either recompile in another mode or install TMDA manually.")
+        self.GetTheme()
         raise CgiUtil.NotInstalled, (ErrStr, self)
       T = Template.Template("no-install.html")
       T["ErrMsg"] = ErrStr
_____________________________________________
tmda-users mailing list (tmda-users@tmda.net)
http://tmda.net/lists/listinfo/tmda-users

Reply via email to