>When I attempt to validate dated addresses, I get an error saying "TypeError: >timestamp() takes exactly 1 argument (3 given)". I fixed it in the past, but I can't remember how I did it. I think I just changed the paramaters of timestamp, and added some date parsing line. It's python 2.2.2 under RH9 > >Anyone got a ready-made fix?
In file TestAddr.py, on lines 69 and 76, change: From: Addr.timestamp(1, None) To: Addr.timestamp() Then configure, make, and make install the cgi again. _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
