Hi everyone.

I am using Eclipe 3.6.1 with Python 2.7 on Windows XP and my problem
is the following:

1) I have installed a module named : django-urlauth-0.1.1

2) In Eclipse, at the left of the line:

from urlauth.util import wrap_url

Eclipse qive a big red dot with the message : Unresolved import
wrap_url

3) But strangely If I open a shell window (django environnemnt window)
in Eclipse and type:

>> from urlauth.util import wrap_url

everything is fine and I can access the wrap_url function from the
shell window.

Any Idea what is wrong. I am new to django and Eclipse so maybe this
is trivial stuff, sorry if this is the case.

cclmb





-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to