← Back to team overview

yade-users team mailing list archive

Re: [Question #705150]: Yade-OpenFOAM coupling

 

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

    Status: Open => Answered

Bruno Chareyre proposed the following answer:
Hi,
"yadeimport" used to be a symlink to the yade executable, created locally by the user.
If you run, let's say, the "yadedaily" package, then the executable "yadedaily" is a python script (or "module"), but python will not import it because there is no ".py" postfix.
The solution is "ln -s yadedaily yadeimport.py".
If you run  a stable version, "ln -s yade yadeimport.py".
A compiled version: "ln -s yade-myversion yadeimport.py".
Etc.

I hope it helps.

Bruno

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