PyWENO
PyWENO copied to clipboard
'module pyweno not found'
I've cloned the repository and followed the three steps for PyWENO instalaltion, but after import numpy and import sympy, the command import pyweno lead to the following error:
>>> import pyweno Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named pyweno