yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #27887
Re: [Question #702117]: import simDEM
Question #702117 on Yade changed:
https://answers.launchpad.net/yade/+question/702117
Status: Open => Answered
Jan Stránský proposed the following answer:
> can I use yade-double folder
> or maybe another folder is a better choice? (I hope to try some FEMxDEM examples.)
use the same directory from which you created yadeimport.py
Probably yade-double.
Linux shell commands like "which", "file", "ls -l" are your friends.
For me:
which yade
# /usr/bin/yade
file /usr/bin/yade
# /usr/bin/yade: symbolic link to yade-double
ls -l /usr/bin/yade
# ... /usr/bin/yade -> yade-double
You start with "file yadeimport.py"
Cheers
Jan
--
You received this question notification because your team yade-users is
an answer contact for Yade.