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
_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )

Reply via email to