[Pydev-users] .pth files

2011-02-18 Thread Luke Crouch
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

Re: [Pydev-users] .pth files

2011-02-21 Thread Luke Crouch
iable" -L On Sat, Feb 19, 2011 at 9:23 AM, Fabio Zadrozny wrote: > On Fri, Feb 18, 2011 at 6:17 PM, Luke Crouch wrote: >> I have a pydev project named 'kuma' with a vendor/kuma.pth file like so: >> >> packages >> packages/pytz >> packages/covera

Re: [Pydev-users] .pth files

2011-02-21 Thread Luke Crouch
7;) pydev_element.text = pydev_entry pydev_pathproperty.append(pydev_element) tree.write(pydevproject_file) On Mon, Feb 21, 2011 at 11:32 AM, Luke Crouch wrote: > I can write a script to read the .pth file and add all lines to > .pydevproject's pydev_pathproperty, but I think th