Hello Keith On Tue, 20 Aug 2002, Keith Jackson wrote: > Traceback (innermost last): > File "Launch.py", line 59, in ? > File "Launch.py", line 55, in main > File "Launch.py", line 30, in launchWebKit > File "<string>", line 1, in ? > File "WebKit/ThreadedAppServer.py", line 19, in ? > from AppServer import AppServer > File "WebKit/AppServer.py", line 16, in ? > from Application import Application > File "WebKit/Application.py", line 716 > result = getattr(servlet, method)(*args, **kwargs) > ^ > SyntaxError: invalid syntax
are you sure the appserver is actually started via Python 2.2? Perhaps one of your programs or your base system has also an older Python version installed which gets called here. (The argument list's *args, **kwargs _in the caller_ was introduced with Python 2.0, see http://www.amk.ca/python/2.0/index.html .) Stefan ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss