Question #407567 on Yade changed: https://answers.launchpad.net/yade/+question/407567
Jan Stránský posted a new comment: Hello, I think the complete script is necessary in this case, since I have no problem with the approach you described.. As a workaround / hack, you can use __builtin__ module, which should work universally: ############## # called anywhere import __builtin__ __builtin__.somevariable = 123 # be sure not to overwrite some important name # some code ############## cheers Jan 2016-12-19 17:57 GMT+01:00 xjin <[email protected]>: > Question #407567 on Yade changed: > https://answers.launchpad.net/yade/+question/407567 > > Status: Open => Solved > > xjin confirmed that the question is solved: > Thanks Klaus Thoeni, that solved my question. > > -- > 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 > -- 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

