print 'Important Note for Windows users, PLEASE READ!!!\n\n 1. This script does not attempt to modify Apache configuration,\n you must do it manually:\n\n Edit %s,\n find where other LoadModule lines are and add this:\n LoadModule python_module modules/mod_python.so\n\n 2. Now test your installation using the instructions at this link:\n http://www.modpython.org/live/current/doc-html/inst-testing.html\n\n ' % os.path.join(apachedir, 'conf', 'httpd.conf')
else:
print 'Important Note for Windows users, PLEASE READ!!!\n\n 1. It appears that you do not have Tkinter installed,\n which is required for a part of this installation.\n Therefore you must manually take\n "%s"\n and copy it to your Apache modules directory.\n\n 2. This script does not attempt to modify Apache configuration,\n you must do it manually:\n\n Edit %s,\n find where other LoadModule lines and add this:\n LoadModule python_module modules/mod_python.so\n\n 3. Now test your installation using the instructions at this link:\n http://www.modpython.org/live/current/doc-html/inst-testing.html\n\n ' % (mp, os.path.join(apachedir, 'conf', 'httpd.conf'))