Re: [Pydev-code] auto completion
Brought to you by:
fabioz
From: jjlorenzo <jjl...@uc...> - 2008-03-05 16:19:30
|
Chris, yo tambien tengo 7.10 y no me funciona tu solución, la solución es adicionar a /usr/lib/python-support al seleccionar el interprete, al no estar en el PYTHONPATH no es reconocida por defecto, sino /var/lib/python-support que como bien explicaron tiene symlinks y pydev no los soporta en las carpetas de fuentes. saludos cordiales, Jose. PD: spanish :-) On Wed, 2008-03-05 at 11:47 +0100, chris vigelius wrote: > Hello, > > I have Ubuntu 7.10 (Gutsy) and autocomplete on gtk works for me - just > make sure that when adding a new interpreter, you check the two > entries > starting with "/var/lib/python-support" (they are not checked by > default). > > regards, > chris > |