| <type 'exceptions.ImportError'> | Python 2.7.18: /usr/bin/python Fri Jun 12 13:37:30 2026 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /csbiodata/public/www.csbio.unc.edu/htdocs/MMRRC/index.py in <module>() |
| 330 # import all modules in current directory matching *App.py |
| 331 os.environ['MPLCONFIGDIR'] = "/playpen/.matpotlib" |
| => 332 packages = [__import__(filename[:-3]) for filename in glob.glob("*App.py")] |
| 333 form = cgi.FieldStorage() |
| 334 user, permissionLevel, date, time, elapsed = cgAdmin.getCookie(form) |
| packages undefined, builtin __import__ = <built-in function __import__>, filename = 'fooApp.py', glob = <module 'glob' from '/usr/local/lib/python2.7/glob.pyc'>, glob.glob = <function glob> |
| /csbiodata03/public/www.csbio.unc.edu/htdocs/MMRRC/fooApp.py in <module>() |
| 20 import ToolsIndexApp |
| 21 import shutil |
| => 22 import lxml, urllib |
| 23 |
| 24 thisfile = "foo" |
| lxml undefined, urllib = None |
<type 'exceptions.ImportError'>: No module named lxml
args =
('No module named lxml',)
message =
'No module named lxml'