← Back to team overview

yade-users team mailing list archive

Re: [Question #216157]: Ubuntu 12.10

 

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

Kneib François proposed the following answer:
Ok I just found a workaround to compile and launch Yade (trunk) on 12.10.
-> download and compile Yade normally via git/cmake
-> edit the yade "binary" file (the one you launch) and edit the first importation line (L 5) to add "_io" :
from "import sys,os,os.path,time" to "import sys,os,os.path,time,_io"
Then it should works.

NB : Anton, if you agree with this workaround we could intregrate it
directly into the sources.

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.