| ModuleNotFoundError |
Python 3.12.3: /usr/bin/python3 Mon Dec 15 03:40:41 2025 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /home/dkoes/web/pgammodel/pgam.cgi in <module> |
| 8 cgitb.enable() |
| 9 |
| => 10 from pysb.integrate import odesolve |
| 11 import numpy as np |
| 12 from model import model |
| pysb undefined, odesolve undefined |
ModuleNotFoundError: No module named 'pysb'
add_note =
<built-in method add_note of ModuleNotFoundError object>
args =
("No module named 'pysb'",)
msg =
"No module named 'pysb'"
name =
'pysb'
name_from =
None
path =
None
with_traceback =
<built-in method with_traceback of ModuleNotFoundError object>