|
From: Darrin E. <de...@de...> - 2003-04-10 20:35:32
|
Hello Jython Users, I've managed to screw something up at http://www.personaltelco.net:8180/adhocracy/user.html The first time I hit this page after restarting Tomcat I get the following error: javax.servlet.ServletException: exception from JPython: Traceback (innermost last): File "", line 1, in ? File "/usr/lib/python2.2/smtplib.py", line 44, in ? File "/usr/lib/python2.2/warnings.py", line 3, in ? File "/usr/lib/python2.2/re.py", line 27, in ? File "/usr/lib/python2.2/sre.py", line 97, in ? File "/usr/lib/python2.2/sre_compile.py", line 17, in ? AssertionError: SRE module mismatch Each following access to the page results in: javax.servlet.ServletException: exception from JPython: Traceback (innermost last): File "", line 28, in ? AttributeError: module 'smtplib' has no attribute 'SMTP' I'm assuming the former is producing the latter. Any thoughts on how I've managed to screw up this installation? Even better, any thoughts on how I might resolve this block? Thanks, -Darrin |