Re: Unresolved import in Eclipse

2010-12-01 Thread cocolombo
Thank you all. Project > Properties > PyDev - PYTHONPATH was the problem I had. I will try using Aptana Studio. Thanks again. On Dec 1, 8:22 pm, Javier Guerra Giraldez wrote: > On Wed, Dec 1, 2010 at 6:54 PM, Andre Terra wrote: > > I've never used it as a plugin, just the standalone version.

Re: Unresolved import in Eclipse

2010-12-01 Thread Javier Guerra Giraldez
On Wed, Dec 1, 2010 at 6:54 PM, Andre Terra wrote: > I've never used it as a plugin, just the standalone version. the standalone is just an Eclipse installer with the plugin already configured (and a few relevant others) -- Javier -- You received this message because you are subscribed to the

Re: Unresolved import in Eclipse

2010-12-01 Thread Andre Terra
You could also try using Aptana Studio, which is imho better than Eclipse for django development. They're very similar, but it's more refined. http://www.aptana.com/products/studio3 Mind you, I've never used it as a plugin, just the standalone version. Si

Re: Unresolved import in Eclipse

2010-12-01 Thread cootetom
I take it you're using PyDev with eclipse? My experience is that eclipse often says that it can't resolve an import but is wrong. Just remember an import will work if it is on your python path. When you run the django project from eclipse it will use the python path as well as the project directory

Unresolved import in Eclipse

2010-12-01 Thread cocolombo
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 impor