← Back to team overview

yade-users team mailing list archive

Re: [Question #644698]: scipy.ndimage import

 

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.