Re: 'utf8' codec can't decode byte 0xe9 in position 303: invalid continuation byte

2010-11-22 Thread cocolombo
The following line at the top of the file solved it for my french characters. # -*- coding: latin-1 -*- cclmb === On Nov 21, 2:51 pm, Alex s wrote: > Hi, > > In homepage.html file, I am trying to write the letter "é". So I have the > following error: > > 'utf8' codec can't decode byte 0xe9 in

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

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.

I don't get the big picture (admin, etc.)

2010-12-13 Thread cocolombo
re" of an application (or is it a project) ans it's relation with the admin. Thanks for taking the time to answer such questions that must be so trivial to many of you. cocolombo -- You received this message because you are subscribed to the Google Groups "Django users" group

Re: I don't get the big picture (admin, etc.)

2010-12-14 Thread cocolombo
rts that I need. Thanks again. cocolombo === On Dec 14, 7:44 am, Mike Seidle wrote: > Cocolombo - > > Actually, you are asking some pretty good questions because all of them are > fundamental, and everyone starting with Django has to answer them. > > On Monday, December 13, 2010 10: