[RavenclawDev 218] [11] Pythia/src/win_pm_core.py:

tk@edam.speech.cs.cmu.edu tk at edam.speech.cs.cmu.edu
Mon Jan 29 18:03:38 EST 2007


An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/ravenclaw-developers/attachments/20070129/20e47701/attachment.html
-------------- next part --------------
Modified: Pythia/src/win_pm_core.py
===================================================================
--- Pythia/src/win_pm_core.py	2007-01-14 16:48:43 UTC (rev 10)
+++ Pythia/src/win_pm_core.py	2007-01-29 23:03:37 UTC (rev 11)
@@ -24,12 +24,12 @@
 
 # All the Windows-specific stuff needs to go in here.
 
-#_ver = win32api.GetVersionEx()[3]        # distinguish NT and Win95/98
-#if _ver == 2:                    # we're on NT
-PROCESS_RUNNER = 'cmd.exe /c'
-#else:
-#    # PROCESS_RUNNER = '<name of program based on MS conspawn.exe>'
-#    raise "Unsupported before Windows NT"
+_ver = win32api.GetVersionEx()[3]        # distinguish NT and Win95/98
+if _ver == 2:                    # we're on NT
+    PROCESS_RUNNER = 'cmd.exe /c'
+else:
+    PROCESS_RUNNER = '<name of program based on MS conspawn.exe>'
+    raise "Unsupported before Windows NT"
 
 ###########################################################
 #


More information about the Ravenclaw-developers mailing list