yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #17633
Re: [Question #670527]: How to get YadeVerion and executable file to create Wrapper .py
Question #670527 on Yade changed:
https://answers.launchpad.net/yade/+question/670527
Jan Stránský proposed the following answer:
Hello Surej,
1)
with prepackaed version, you can use (this works on 16.04, let us know how it works on 18.04)
sudo apt-get install python-yade
and in python script use
from yade import *
2)
if you want to use ln, you can try
ln -s /usr/bin/yade yadeimport.py
cheers
Jan
--
You received this question notification because your team yade-users is
an answer contact for Yade.