
lists at andreas-jung
Oct 30, 2004, 1:44 AM
Post #1 of 1
(968 views)
Permalink
|
Hi, I reorganized the 'docutils' package (it moved from lib/python to lib/python/third_party/docutils). Because of the change I had to add some more paths to PYTHONPATH in runzope/zopectl which works but is somewhat ugly. I tried to get around is by placing a third_party.pth file in lib/python to contain additional paths to be added automatically. However Python seems to ignore the file. In fact a run with strace shows that Python ignores all .pth files for unknown reasons. Anything I am missing? Andreas _______________________________________________ Zope-Coders mailing list Zope-Coders [at] zope http://mail.zope.org/mailman/listinfo/zope-coders
|