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 B
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
> 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
> sorry:)
>
> Now i know where problem.
> But i dont know how to solve it.
>
> Error
>
> C:\Documents and Settings\Ra\Рабочий стол>11.py
> File "", line 1
> SyntaxError: encoding problem: with BOM
>
> No error
>
> C:\Documents and Se
dont know how to solve it.
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-script.
Is i
encoding:
> > >>> # -*- coding: cp866 -*-
> > >>> print ("ff")
> > >>> It's not work in Python 3.0
> > >>> Error:
> > >>> File "", line 1
> > >>> SyntaxError: encoding problem: wit
> 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
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?
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
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
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?
--
http://mail.python.org/mailman/listinfo/python-list
11 matches
Mail list logo