swc-installation-test-1.py: Give suggested install hints
authorW. Trevor King <wking@tremily.us>
Tue, 1 Jan 2013 12:16:57 +0000 (07:16 -0500)
committerW. Trevor King <wking@tremily.us>
Tue, 1 Jan 2013 14:49:48 +0000 (09:49 -0500)
This can link to the "howto setup Python" notes from SWC once those
get a more precise link than:

  http://software-carpentry.org/setup/

swc-installation-test-1.py

index 148f61409f9a6066b49dbaf32b44f014f5b417b3..38093201e5c311828cb1d57a4cf2d1c0eea40b66 100755 (executable)
@@ -41,3 +41,5 @@ if __name__ == '__main__':
         print('Passed')
     else:
         print('Failed')
+        print('Install a current version of Python!')
+        print('http://www.python.org/download/releases/2.7.3/#download')