System: customized Red Hat Enterprise Linux 5
Eclipse edition: 3.6.1
Pydev version: 1.6.2, 1.6.3
Problem: Python is installed on AFS, the path to python is /afs/hostname/.@sys/pkgs/python/.2.6.4/bin/python. Pydev doesn't recognize the AFS .@sys symbol and has trouble dereference it. As a result, it uses a path named "/afs/hostname/." which is apparently incorrect.
Error log: The interpreter location found is a directory. Name:Python2.6:EndName:Version2.6Executable:/afs/hostname/.@$|Image|OpenGL|__builtin__|__main__|_ast|_bisect|_bytesio|_codecs|_codecs_cn|_codecs_hk|_codecs_iso2022|_codecs_jp|_codecs_kr|_codecs_tw|_collections|_csv|_fileio|_functools|_heapq|_hotshot|_json|_locale|_lsprof|_md5|_multibytecodec|_random|_sha|_sha256|_sha512|_sre|_struct|_subprocess|_symtable|_warnings|_weakref|_winreg|array|audioop|binascii|cPickle|cStringIO|cmath|datetime|email|errno|exceptions|future_builtins|gc|imageop|imp|itertools|marshal|math|mmap|msvcrt|nt|numpy|operator|os|os.path|parser|posix|pwd|signal|socket|strop|sys|thread|time|wx|wxPython|xxsubtype|zipimport|zlib
Eclipse install location: Home directory (Non AFS)
Project location: Home directory (Non AFS)