On Mon, 15 Sep 2003 16:16:35 -0400, R'twick Niceorgaw
<[EMAIL PROTECTED]> wrote:

> Hi all,
> I have finally managed to install tmda and tmda-cgi on my server. 
> However, when I logon to a mail a/c which doesn't have a .tmda 
> directory, it is not giving an option to sign up, instead throws an 
> error  as here
> 
> http://www.utkalika.net/tmda/error1.html

I'm sorry for the delay.  I've been out of town.

Please try the following patch and I'll commit it to CVS:

RCS file: /cvsroot/tmda/tmda-cgi/Session.py,v
retrieving revision 1.37
diff -u -r1.37 Session.py
--- Session.py  23 Aug 2003 18:55:52 -0000      1.37
+++ Session.py  21 Sep 2003 22:12:43 -0000
@@ -286,7 +286,7 @@
       F = open(Filename)
       self.PVars = pickle.load(F)
       F.close()
-    except (IOError, EOFError):
+    except (IOError, EOFError, OSError):
       pass
     os.chdir(CWD)

Please post with news of whether it helps.

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

Reply via email to