On Thu, Aug 14, 2014 at 9:21 AM, Steven D'Aprano
wrote:
> YBM wrote:
>
>> Le 14/08/2014 16:04, marc.vanhoomis...@gmail.com a écrit :
>>> Hello YBM,
>>> I tried your suggestions, without improvement.
>>> Further, see my answer to Vincent Vande Vyre
>>> Thanks anyway.
>>
>> This is indeed very surpr
marc.vanhoomis...@gmail.com wrote:
> Le jeudi 14 août 2014 15:22:52 UTC+2, Vincent Vande Vyvre a écrit :
>> Are you really using Python 3 ?
>> $ python3 test.py
>
> Actually, when I try using a terminal, it works:
> $ python3 test.py
> Réussi
>
> But when I issue the same command using webmin
YBM wrote:
> Le 14/08/2014 16:04, marc.vanhoomis...@gmail.com a écrit :
>> Hello YBM,
>> I tried your suggestions, without improvement.
>> Further, see my answer to Vincent Vande Vyre
>> Thanks anyway.
>
> This is indeed very surprising. Are you sure that you
> have *exactly* this line at the fir
Le 14/08/2014 16:04, marc.vanhoomis...@gmail.com a écrit :
Hello YBM,
I tried your suggestions, without improvement.
Further, see my answer to Vincent Vande Vyre
Thanks anyway.
This is indeed very surprising. Are you sure that you
have *exactly* this line at the first or second (not
later !) li
Le 14/08/2014 15:31, YBM a écrit :
Le 14/08/2014 14:35, marc.vanhoomis...@gmail.com a écrit :
Hello,
This very simple program runs well on windows 7
# -*- utf8 -*-
print('Réussi')
But, when I start the vrey same file on Linux (ubuntu 14), I got:
Traceback (most recent call last):
File "/p
marc.vanhoomis...@gmail.com writes:
> What should i do to let the same program run on both OS, without changes?
You'd want to set the locale on your Ubuntu box to a UTF8 locale. On
the command line you'd run sudo dpkg-reconfigure locales and proceed
from there, but I guess there might be gooey wa
On 14/08/2014 15:04, marc.vanhoomis...@gmail.com wrote:
Hello YBM,
I tried your suggestions, without improvement.
Further, see my answer to Vincent Vande Vyre
Thanks anyway.
I'm pleased to see that you have answers. In return would you please
quote the context. Could you also access this li
Le jeudi 14 août 2014 15:22:52 UTC+2, Vincent Vande Vyvre a écrit :
> Le 14/08/2014 14:35, marc.vanhoomis...@gmail.com a �crit :
>
> > Hello,
>
> >
>
> > This very simple program runs well on windows 7
>
> >
>
> > # -*- utf8 -*-
>
> > print('R�ussi')
>
> >
>
> > But, when I start the vr
Hello YBM,
I tried your suggestions, without improvement.
Further, see my answer to Vincent Vande Vyre
Thanks anyway.
--
https://mail.python.org/mailman/listinfo/python-list
Le 14/08/2014 14:35, marc.vanhoomis...@gmail.com a écrit :
Hello,
This very simple program runs well on windows 7
# -*- utf8 -*-
print('Réussi')
But, when I start the vrey same file on Linux (ubuntu 14), I got:
Traceback (most recent call last):
File "/partages/bureau/PB/Dev/Python3/test.p
Le 14/08/2014 14:35, marc.vanhoomis...@gmail.com a écrit :
Hello,
This very simple program runs well on windows 7
# -*- utf8 -*-
print('Réussi')
But, when I start the vrey same file on Linux (ubuntu 14), I got:
Traceback (most recent call last):
File "/partages/bureau/PB/Dev/Python3/test.p
Hello,
This very simple program runs well on windows 7
# -*- utf8 -*-
print('Réussi')
But, when I start the vrey same file on Linux (ubuntu 14), I got:
Traceback (most recent call last):
File "/partages/bureau/PB/Dev/Python3/test.py", line 2, in
print('R\xe9ussi')
UnicodeEncodeError: 'as
12 matches
Mail list logo