I have a pydev project named 'kuma' with a vendor/kuma.pth file like so:

packages
packages/pytz
packages/coverage
...
src
src/django-cronjobs
src/django-cache-machine

I tried adding vendor/ to the project PYTHONPATH, but it doesn't add
the directories from the .pth file? E.g.,

from caching.base import cache

gives 'Unresolved import: cache' even though
src/django-cache-machine/caching/base.py defines it

I've got 59 lib's in my kuma.pth file - I'd rather not have to add
each of them to the PyDev - PYTHONPATH. So how can I add .pth files
and/or their contents to PyDev - PYTHONPATH?

Thanks,
-L

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to