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

Jan Stránský proposed the following answer:
Just a note, you can have installed both yadedaily and yade alongside

Concerning the import error, I got completely different error :-)
as a workaround, try to use symbolic link:
mkdir /some/path/for/the/link # like /home/USERNAME/include
ln -s /usr/bin/yadedaily /some/path/for/the/link/myyade.py # 
python
>>> import sys; sys.path.append('/some/path/for/the/link')
>>> import myyade

It worked for me

cheers
Jan

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

_______________________________________________
Mailing list: https://launchpad.net/~yade-users
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yade-users
More help   : https://help.launchpad.net/ListHelp

Reply via email to