# HG changeset patch # User Matt Mackall # Date 1320959331 21600 # Node ID 85cba926cb598c27517d626e555bb6668f979777 # Parent 6a7e874390b095c816fc89a3ca1db737a1d2642f hgweb: add hint about finding library path with debuginstall diff -r 6a7e874390b0 -r 85cba926cb59 contrib/hgweb.fcgi --- a/contrib/hgweb.fcgi Fri Nov 11 02:33:01 2011 +0900 +++ b/contrib/hgweb.fcgi Thu Nov 10 15:08:51 2011 -0600 @@ -5,7 +5,8 @@ # Path to repo or hgweb config to serve (see 'hg help hgweb') config = "/path/to/repo/or/config" -# Uncomment and adjust if Mercurial is not installed system-wide: +# Uncomment and adjust if Mercurial is not installed system-wide +# (consult "installed modules" path from 'hg debuginstall'): #import sys; sys.path.insert(0, "/path/to/python/lib") # Uncomment to send python tracebacks to the browser if an error occurs: diff -r 6a7e874390b0 -r 85cba926cb59 contrib/hgweb.wsgi --- a/contrib/hgweb.wsgi Fri Nov 11 02:33:01 2011 +0900 +++ b/contrib/hgweb.wsgi Thu Nov 10 15:08:51 2011 -0600 @@ -4,7 +4,8 @@ # Path to repo or hgweb config to serve (see 'hg help hgweb') config = "/path/to/repo/or/config" -# Uncomment and adjust if Mercurial is not installed system-wide: +# Uncomment and adjust if Mercurial is not installed system-wide +# (consult "installed modules" path from 'hg debuginstall'): #import sys; sys.path.insert(0, "/path/to/python/lib") # Uncomment to send python tracebacks to the browser if an error occurs: diff -r 6a7e874390b0 -r 85cba926cb59 hgweb.cgi --- a/hgweb.cgi Fri Nov 11 02:33:01 2011 +0900 +++ b/hgweb.cgi Thu Nov 10 15:08:51 2011 -0600 @@ -6,7 +6,8 @@ # Path to repo or hgweb config to serve (see 'hg help hgweb') config = "/path/to/repo/or/config" -# Uncomment and adjust if Mercurial is not installed system-wide: +# Uncomment and adjust if Mercurial is not installed system-wide +# (consult "installed modules" path from 'hg debuginstall'): #import sys; sys.path.insert(0, "/path/to/python/lib") # Uncomment to send python tracebacks to the browser if an error occurs: