# Add the directory containing moin.wsgi to the Python search path, as # in the README-rpm example these files will be in the same directory. --- moin-1.9.3/wiki/server/moin.wsgi 2010-06-05 17:57:50.000000000 +0100 +++ moin-1.9.3/wiki/server/moin.wsgi 2011-02-25 13:54:24.118588484 +0000 @@ -31,6 +31,7 @@ # See wiki/config/... for some sample config files. #sys.path.insert(0, '/path/to/wikiconfigdir') #sys.path.insert(0, '/path/to/farmconfigdir') +sys.path.insert(0, os.path.abspath(os.path.dirname(__file__))) # b) Configuration of moin's logging # If you have set up MOINLOGGINGCONF environment variable, you don't need this!