You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Setting the Path field to point to the install folder of Python 36, and the Version field to show Python_27, will throw an ambiguous exception:
Main has thrown an exception
Message: Job python stopped due to unexpected process termination!
Exception Type: Exception
System.Exception: Job python stopped due to unexpected process termination!
If setting the Version to another Version, (but not the path`s version 3.6) something like 3.4, will throw a normal error message. Something like:
Error initializing python engine. Unable to load DLL 'python33'.
Perhaps we can use this same error message for python_27
The text was updated successfully, but these errors were encountered:
Description
Setting the Path field to point to the install folder of Python 36, and the Version field to show Python_27, will throw an ambiguous exception:
Main has thrown an exception
Message: Job python stopped due to unexpected process termination!
Exception Type: Exception
System.Exception: Job python stopped due to unexpected process termination!
If setting the Version to another Version, (but not the path`s version 3.6) something like 3.4, will throw a normal error message. Something like:
Error initializing python engine. Unable to load DLL 'python33'.
Perhaps we can use this same error message for python_27
The text was updated successfully, but these errors were encountered: