You're off by one. The value added to the PYTHONPATH (note, not system path) should be:
/Library/Python/2.5/site-packages/ That will trigger the auto-complete for django classes. One warning: auto-completion for Model.objects is broken. PyDev will flag that as an error -- the author of PyDev is aware of the bug and I'm hoping we'll see a fix in an upcoming release. On Jun 19, 11:15 am, tom <[EMAIL PROTECTED]> wrote: > hi, > > I wasn't able to find some information on this list about auto > completion with eclipse. I managed to get auto completion for my > projects, but not for django stuff. What I want to have for example > is, when I enter models. that i get a list of available models, or > forms. That's it. I have added /Library/Python/2.5/site-packages/ > django to the system path. > > Many thanks for your help! > > P.s: I use Mac OS X --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---