Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=3953416
By: padark
Hi,
I'm trying to use PyDev for some Django development. With an initial app, I
get an 'unresolved import' error in eclipse for import lines like this:
from django.db import models
I know there is an existing (low priority) bug
(http://sourceforge.net/tracker/index.php?func=detail&aid=1430583&group_id=85796
&atid=577329) that states that nested modules aren't supported - so I followed
the advice given in the forums and added django, django.db and django.db.models
to the builtins - but still nothing worked. The django source is on the system
and project pythonpath.
Any ideas?
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=293649
|