Justin Sherrill wrote: > --- > config/cobbler_svc.conf | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/config/cobbler_svc.conf b/config/cobbler_svc.conf > index f0c86de..48879e6 100644 > --- a/config/cobbler_svc.conf > +++ b/config/cobbler_svc.conf > @@ -7,6 +7,7 @@ > SetHandler mod_python > PythonHandler services > PythonDebug on > + PythonPath "sys.path + ['/var/www/cobbler/svc/']" > </Directory> > > > Applied, thanks.
I've also made a similar change to the main webapp so Cobbler Web can also continue to work when a global PythonPath is set. --Michael _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
