[Pydev-users] [Users] RE: Unable to launch auto completion (bitnami)
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2011-08-21 11:19:06
|
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 |