>> on behalf of Zhen Li
Dear all,
I just tried the new version of CFDEM Coupling. It worked very well. But I have a small problem by the post processing lpp.py. I copied the lpp folder according to the guide in the LIGGGHTS folder. If i tried to convert dump file to VTK, i got such an error:
Traceback (most recent call last):
File "/home/administrator/LIGGGHTS/mylpp/src/lpp.py", line 5, in
from dump import dump
File "/home/administrator/LIGGGHTS/mylpp/src/dump.py", line 194, in
import Numeric as np
ImportError: No module named Numeric
I do not actually know about this error, could You give me some tips? I use the Ubuntu 11.10 System, python version is 2.7.2.
Thanks a lot for Your help!
Best regards
Zhen Li
PS: I copy the system test here
cgoniva | Fri, 07/13/2012 - 11:17
please try to get the numpy
please try to get the numpy package:
sudo apt-get install python-numpy
Cheers,
Chris
Zhenli | Fri, 07/13/2012 - 11:57
Hi, Chris Nice , it works.
Hi, Chris
Nice , it works. Thanks for the help!
cheers
Zhen
marcelo | Thu, 05/18/2017 - 01:26
ERRO
Hello,
I tried the above procedure, incidentally, before the compilation had already installed python-numpy. However, I got the same error: http://paste.ubuntu.com/24595716/
Can you help me?