Question #644698 on Yade changed:
https://answers.launchpad.net/yade/+question/644698
Status: Open => Answered
Jan Stránský proposed the following answer:
Hello,
in terminal, try the following:
which yade # /usr/bin/yade in my case
head /usr/bin/yade # prints first lines of yade executable
the first line in my case is #! /usr/bin/python, which means that
/usr/bin/python is used for execution no matter what is set as default
python
please try the import using '/usr/bin/python' instead and let us know
(it should give the import error)
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