[Moin-user] How does MoinMoin know where to look for the wikiconfig.py file?

Thomas Waldmann tw at waldmann-edv.de
Thu Nov 14 15:15:29 EST 2013


> How does MoinMoin know where to look for the wikiconfig.py file?

The code just imports wikiconfig.py (or farmconfig.py) module.

Python uses sys.path to search for code modules to import.

There is also a environment setting PYTHONPATH where you can set the
search path.





More information about the Moin-user mailing list