I was happily running my Python files by calling them from IronPython ( I have to use Ir.Py) untill due to our changes in the server, there were some modifications to transfer our user accounts to the new server by IT guys.
given the fact that my IronPython code calls the python.exe (using process.start(..)) a python.exe cmd used to open up when calling. but now after some changes that I am not sure about them since I could not individualize the right one ( first I thought it's antivirus but it wasn't , so it might be my account settings since I am connected to a new server). I also reduced the windows firewall to least, but still the same event. I can not find out what is changed in my system that causes this. any known ones till present ?
this python window flashes for a moment and closes up. Now a lot of my effort is ruined due to this system change.
Update 1 : Could this be a problem of clash of versions?
I use IronPython 2.7.0.40 on .NET 4.0.30319.42000
to run Python 3.6.3 |Anaconda, Inc.| (default, Oct 15 2017, 03:27:45)
. Do they seem compatible ? Or am I missing an environment variable ?