OK, I give him another try.
Eclipse in C: \ test \ eclipse
Python 2.6.2 in C: \ test \ python-2.6.2
Django 1.0.2 final in C: \ test \ python-2.6.2 \ Lib \ site-packages -> only the actual django folder, not documents, example, etc. I did this without running setup.py, as described in the INSTALL file.
Added C: \ test \ python-2.6.2 and C: \ test \ python-2.6.2 \ Lib \ site-packages to the PATH variable
As described here, I installed the interpreter in Eclipse by Window> Preferences> pydev> Interpreter> Python. This automatically included a whole bunch of things in System libs like (C: \ test \ python-2.6.2 \; C: \ test \ python-2.6.2 \ DLLs; C: \ test \ python-2.6.2 \ lib \ site -packages; ....). Also found a whole piece of forced built-in objects.
Then I created a new βPydev projectβ, adding a package and a new module appeared with a class and a module that imports the class and calls a function from it. During recording, it pressed Crtl + Space several times, as well as built-in modules, as well as new material from my module, which shows the completion of the code.
source share