29 Nov
2004
29 Nov
'04
8:59 p.m.
Andreas Jung wrote at 2004-11-29 12:59 +0100:
.... Independent of its location there is a need to adjust sys.path to make imports working (it does not matter if it is under lib/python or lib/python/third_party).
A much clearer approach (than "sys.path" tweaking) would be to modify the imports for "docutils": from docutils import ... to from third_party.docutils import ... I expect "docutils" use is quite local. -- Dieter