diff --git a/src/Libraries/PythonNodeModels/Properties/Resources.Designer.cs b/src/Libraries/PythonNodeModels/Properties/Resources.Designer.cs
index 1966e33f0c6..5cbe491dfee 100644
--- a/src/Libraries/PythonNodeModels/Properties/Resources.Designer.cs
+++ b/src/Libraries/PythonNodeModels/Properties/Resources.Designer.cs
@@ -196,7 +196,7 @@ public static string PythonScriptEditorInputComment {
}
///
- /// Looks up a localized string similar to Migration Assistant to update your Python 2 scripts to Python 3..
+ /// Looks up a localized string similar to Migration Assistant to update your Python 2 scripts to Python 3. Engine must be set to Python 2 version to work..
///
public static string PythonScriptEditorMigrationAssistantButtonTooltip {
get {
diff --git a/src/Libraries/PythonNodeModels/Properties/Resources.en-US.resx b/src/Libraries/PythonNodeModels/Properties/Resources.en-US.resx
index b32205c7eeb..3cb9344a970 100644
--- a/src/Libraries/PythonNodeModels/Properties/Resources.en-US.resx
+++ b/src/Libraries/PythonNodeModels/Properties/Resources.en-US.resx
@@ -191,7 +191,7 @@
Use this dropdown to choose the python version/engine to execute your code.
- Migration Assistant to update your Python 2 scripts to Python 3.
+ Migration Assistant to update your Python 2 scripts to Python 3. Engine must be set to Python 2 version to work.IronPython;CPython;
diff --git a/src/Libraries/PythonNodeModels/Properties/Resources.resx b/src/Libraries/PythonNodeModels/Properties/Resources.resx
index 4811e73518c..36082939c9b 100644
--- a/src/Libraries/PythonNodeModels/Properties/Resources.resx
+++ b/src/Libraries/PythonNodeModels/Properties/Resources.resx
@@ -192,7 +192,7 @@
Use this dropdown to choose the python version/engine to execute your code.
- Migration Assistant to update your Python 2 scripts to Python 3.
+ Migration Assistant to update your Python 2 scripts to Python 3. Engine must be set to Python 2 version to work.IronPython;CPython;
diff --git a/src/Libraries/PythonNodeModelsWpf/PythonNodeModelsWpf.csproj b/src/Libraries/PythonNodeModelsWpf/PythonNodeModelsWpf.csproj
index cffe0187fde..b23662fa86f 100644
--- a/src/Libraries/PythonNodeModelsWpf/PythonNodeModelsWpf.csproj
+++ b/src/Libraries/PythonNodeModelsWpf/PythonNodeModelsWpf.csproj
@@ -114,6 +114,7 @@
ScriptEditorWindow.xaml
+
diff --git a/src/Libraries/PythonNodeModelsWpf/ScriptEditorWindow.xaml b/src/Libraries/PythonNodeModelsWpf/ScriptEditorWindow.xaml
index 674ffaf866d..58171806f66 100644
--- a/src/Libraries/PythonNodeModelsWpf/ScriptEditorWindow.xaml
+++ b/src/Libraries/PythonNodeModelsWpf/ScriptEditorWindow.xaml
@@ -6,7 +6,7 @@
xmlns:dww="clr-namespace:Dynamo.Wpf.Windows;assembly=DynamoCoreWpf"
xmlns:avalonedit="clr-namespace:ICSharpCode.AvalonEdit;assembly=ICSharpCode.AvalonEdit"
xmlns:p="clr-namespace:PythonNodeModels.Properties;assembly=PythonNodeModels"
- xmlns:pythonNodeModel="clr-namespace:PythonNodeModels;assembly=PythonNodeModels"
+ xmlns:pw="clr-namespace:PythonNodeModelsWpf"
xmlns:sys="clr-namespace:System;assembly=mscorlib"
Title="{Binding nodeModel.Name, Mode=OneWay, RelativeSource={RelativeSource Self}}"
Height="500"
@@ -56,6 +56,7 @@
+
@@ -105,7 +106,10 @@