I have tmda-cgi working but get an error when I try to test a dynamic address.
When I test a dated address that was just created on the Addresses page, and I
get this python error. My python install is localed at
/update/Python-2.3.2/python and a have a symbolic link to it also in
/usr/bin/python

Error occurs when I test dated address in tmda-cgi
TypeError
Python 2.3.2: /update/Python-2.3.2/python
Sat Nov 1 14:19:35 2003

A problem occurred in a Python script. Here is the sequence of function calls
leading up to the error, in the order they occurred.

 /usr/local/tmda-cgi-0.11/tmda-cgi.py 
  175   elif Cmd == "test_addr":

  176     import TestAddr

  177     Call(TestAddr)

  178   elif Cmd == "theme":

  179     import Theme

Call = <function Call>, TestAddr = <module 'TestAddr' from
'/usr/local/tmda-cgi-0.11/TestAddr.pyc'>

 /usr/local/tmda-cgi-0.11/tmda-cgi.py in Call(Library=<module 'TestAddr' from
'/usr/local/tmda-cgi-0.11/TestAddr.pyc'>, Str=None)
   55     Library.Show(Str)

   56   else:

   57     Library.Show()

   58 

   59 # Capture WebUID

Library = <module 'TestAddr' from '/usr/local/tmda-cgi-0.11/TestAddr.pyc'>,
Library.Show = <function Show>

 /usr/local/tmda-cgi-0.11/TestAddr.py in Show()
   76             Addr.timestamp(1, None)

   77         except AttributeError:

   78           pass

   79 

   80       # Add results in their place


TypeError: timestamp() takes exactly 1 argument (3 given) 
      args = ('timestamp() takes exactly 1 argument (3 given)',) 

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

Reply via email to