ImportError Python 2.3.3: /usr/bin/python Tue Mar 23 16:33:24 2004
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/src/tmda-cgi-0.13/tmda-cgi.py 132 PVars["InProcess"] = {} 133 PVars["LocalConfig"] = "Form" 134 PVars.Save() 135 136 # Share "globals" PVars undefined
/usr/src/tmda-cgi-0.13/Session.py in __init__(self=<Session.Session instance>, Form=FieldStorage(None, None, [MiniFieldStorage('user...', '143jerme'), MiniFieldStorage('cmd', 'init')]))
471
472 # Become the user
473 self.BecomeUser()
474
475 # Signal main program
self = <Session.Session instance>, self.BecomeUser = <bound method Session.BecomeUser of <Session.Session instance>>
/usr/src/tmda-cgi-0.13/Session.py in BecomeUser(self=<Session.Session instance>)
279 T["ErrMsg"] = ErrStr
280 print T
281 sys.exit()
282
283 # Read in our PVars
global sys = <module 'sys' (built-in)>, sys.exit = <built-in function exit>
ImportError: cannot import name Defaults args = ('cannot import name Defaults',) _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users