Re: [Ironpython-users] Build errors

2015-12-16 Thread Bill Tutt
Bah! Apologies for not including the project file update in the PR. :( Thanks for pushing the fix (when you do), Slide. Bill On Wed, Dec 16, 2015 at 2:01 PM, Slide wrote: > I'll update the project file and push. > > On Wed, Dec 16, 2015, 12:01 Jeff Hardy wrote: > >> Pr

[Ironpython-users] scope get/set variable and invoking python function

2012-04-04 Thread Bill
I am having a problem in ironpython 2.7.2.1 with executing a python function that changes variables set in the scope via SetVariable. The problem is these variables are never actually updated on the c# side after the python function executes. Here is a couple different examples, all of which don't