.pth ignored
Andreas Jung <[email protected]>
| Newsgroups | gmane.comp.web.zope.coders |
|---|---|
| Message-ID | <D9299831E46527533D93C528@[192.168.0.102]> |
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