PyWENO icon indicating copy to clipboard operation
PyWENO copied to clipboard

'module pyweno not found'

Open giacrossi opened this issue 9 years ago • 0 comments

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

giacrossi avatar Sep 12 '16 09:09 giacrossi