yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #09116
Re: [Question #244960]: yade -l IMPLIBRARIES
Question #244960 on Yade changed:
https://answers.launchpad.net/yade/+question/244960
Bruno Chareyre posted a new comment:
It sounds like a scope issue.
I can't tell now if -l was importing in the right scope in ubuntu 10.04 (which I was using when adding the option).
For 12.04 you are right, the module imported with -l is not available.
A sequence that works correctly is this, maybe this is what I was doing t that time::
yade -l scipy
from scipy import interpolate #would segfault without the -l
interpolate.something()
It would be nice to fix this scope problem. It would be even better to
fix the initial bug... since -l is only a workaround.
--
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.