← Back to team overview

yade-users team mailing list archive

Re: [Question #556258]: yade install problem

 

Question #556258 on Yade changed:
https://answers.launchpad.net/yade/+question/556258

Jan Stránský posted a new comment:
Hi Tanvir,

it seems that Yade is installed correctly. The problem seems to be
inside your script, namely:

 File "20160108PeriodicStreamVersionCOUPLING3D.py", line 38, in <module>
    from nsmp1d_yade3D525Phi061 import * #tanvir
ImportError: No module named nsmp1d_yade3D525Phi061

could you please include the content of your script? Also please read
[1]

Sometimes this error is present even if the module imported is inside the directory where yade is started. In this case
import sys
sys.path.append('.')
might help..

cheers
Jan

[1] https://yade-dem.org/wiki/Howtoask

-- 
You received this question notification because your team yade-users is
an answer contact for Yade.