Re: SyntaxError: encoding problem: with BOM

2008-12-26 Thread NoName
On 26 дек, 23:08, "Gabriel Genellina" wrote: > En Thu, 25 Dec 2008 11:55:16 -0200, NoName escribió: > > > Error > > > > C:\Documents and Settings\Ra\Рабочий стол>11.py > > File "", line 1 > > SyntaxError: encoding problem: with BOM > > > No error > > > > C:\Documents and Settings\Ra\Р

Re: SyntaxError: encoding problem: with BOM

2008-12-26 Thread Gabriel Genellina
En Thu, 25 Dec 2008 11:55:16 -0200, NoName escribió: Error C:\Documents and Settings\Ra\Рабочий стол>11.py File "", line 1 SyntaxError: encoding problem: with BOM No error C:\Documents and Settings\Ra\Рабочий стол>python 11.py test Error when russian symbols in full path to py-scr

Re: SyntaxError: encoding problem: with BOM

2008-12-25 Thread NoName
> It's a bug, please report it. I though we fixed all Windows path bugs > for 3.0 but apparently one slipped through. > > Christian It is too difficult for me. please help me=) -- http://mail.python.org/mailman/listinfo/python-list

Re: SyntaxError: encoding problem: with BOM

2008-12-25 Thread Christian Heimes
NoName schrieb: >> NoName, Asking people to download a zip file from a website written in >> a language and character set that they probably are not familiar with >> is liable to make them rather nervous and not bother. It's not a good >> way to ask for help. > > sorry:) > > Now i know where prob

Re: SyntaxError: encoding problem: with BOM

2008-12-25 Thread NoName
> NoName, Asking people to download a zip file from a website written in > a language and character set that they probably are not familiar with > is liable to make them rather nervous and not bother. It's not a good > way to ask for help. sorry:) Now i know where problem. But i dont know how to

Re: SyntaxError: encoding problem: with BOM

2008-12-25 Thread John Machin
On Dec 25, 11:36 pm, NoName wrote: > On 25 дек, 03:35, "Diez B. Roggisch" wrote: > > > > > NoName schrieb: > > > > On 25 ÄÅË, 00:37, "Diez B. Roggisch" wrote: > > >> NoName schrieb: > > > >>> i have 1.py in cp866 encoding: > > >>> # -*- coding: cp866 -*- > > >>> print ("ff") > > >>> It's not wor

Re: SyntaxError: encoding problem: with BOM

2008-12-25 Thread NoName
On 25 дек, 03:35, "Diez B. Roggisch" wrote: > NoName schrieb: > > > > > On 25 ÄÅË, 00:37, "Diez B. Roggisch" wrote: > >> NoName schrieb: > > >>> i have 1.py in cp866 encoding: > >>> # -*- coding: cp866 -*- > >>> print ("ff") > >>> It's not work in Python 3.0 > >>> Error: > >>> File "", line 1 > >

Re: SyntaxError: encoding problem: with BOM

2008-12-24 Thread Diez B. Roggisch
NoName schrieb: On 25 дек, 00:37, "Diez B. Roggisch" wrote: NoName schrieb: i have 1.py in cp866 encoding: # -*- coding: cp866 -*- print ("ff") It's not work in Python 3.0 Error: File "", line 1 SyntaxError: encoding problem: with BOM what's wrong? I can only guess, but just because you writ

Re: SyntaxError: encoding problem: with BOM

2008-12-24 Thread NoName
On 25 дек, 00:37, "Diez B. Roggisch" wrote: > NoName schrieb: > > > i have 1.py in cp866 encoding: > > > # -*- coding: cp866 -*- > > print ("ff") > > > It's not work in Python 3.0 > > Error: > > > File "", line 1 > > SyntaxError: encoding problem: with BOM > > > what's wrong? > > I can only guess,

Re: SyntaxError: encoding problem: with BOM

2008-12-24 Thread Diez B. Roggisch
NoName schrieb: i have 1.py in cp866 encoding: # -*- coding: cp866 -*- print ("ff") It's not work in Python 3.0 Error: File "", line 1 SyntaxError: encoding problem: with BOM what's wrong? I can only guess, but just because you write the coding-header that doesn't mean that the editor yo