Repair the DLL name -- this has to match the major.minor version numbers.
diff --git a/PC/python_nt.rc b/PC/python_nt.rc
index 37129f1..8317435 100644
--- a/PC/python_nt.rc
+++ b/PC/python_nt.rc
@@ -15,7 +15,7 @@
 #define MS_DLL_ID "2.3"
 
 #ifndef PYTHON_DLL_NAME
-#define PYTHON_DLL_NAME "python22.dll"
+#define PYTHON_DLL_NAME "python23.dll"
 #endif
 
 /* Nothing below this should need to be changed except for copyright