The following forum message was posted by fabioz at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4666725:

It seems that the problem is that the shell that PyDev is spawning for  the
code-completion does not have the DYLD_LIBRARY_PATH configured properly, as
the real error is:

dyld: Library not loaded:
/bitnami/djangostack-osx-x86/output/common/lib/libreadline.5.2.dylib Referenced
from: /Applications/djangostack-1.3-1/python/bin/.python.bin Reason: image not
found

So, to fix that, close eclipse, start a shell, run the .sh that'll contfigure
that shell and then launch eclipse from that shell (this should make it inherit
the values from the shell (where you can already launch the pycompletionserver).

Cheers,

Fabio

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to