Menu

Windows installers

Help
2007-02-19
2012-12-05
  • Martien Friedeman

     
    • Martien Friedeman

      Install Apache first, then mod_python.
      Apache wants:
      Network Domain = linux
      Server Name = linux
      Admin Email = bob@work.com

      Then install mod_python.
      It will ask where it can find Apache.
      Select C:/Program Files/Apache Software Foundation/Apache2.2

       
    • Martien Friedeman

      Sqlite is included in the windows Python2.5 install. Nothing needs to be done for that.
      The test to see if sqlite works should read: 'from sqlite3 import dbapi2'

       

Log in to post a comment.