Re: Python

Top Page

Reply to this message
Author: Patrick Dupre
Date:  
To: Patrick Dupre
CC: guilde
Subject: Re: Python
Si j'ajoute:
# -*- coding: latin-1 -*-
J'ai une autre erreur:

 File "./hdtrans.py", line 131
    sep='', end='')
       ^
SyntaxError: invalid syntax


La ligne en question
        print ("F₁'=", F1p, "/2, F'=", Fp, "/2, MF'=", MFp, "/2: ",
            sep='', end='')


Quel est le probleme avec sep?
Il semble qu'il y ait un probleme python/python3

Merci pour vos lumieres

>
> Bonjour,
>
> J'ai recupere un code python.
>
> Si je fais
> ./hdtrans.py
> J'ai une erruer
>   File "./hdtrans.py", line 3, in <module>
>     import py3nj
> ModuleNotFoundError: No module named 'py3nj'

>
>
> Si je fais
> python ./hdtrans.py
> J'obtiens
> File "./hdtrans.py", line 126
> SyntaxError: Non-ASCII character '\xe2' in file ./hdtrans.py on line 126, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
>
> Voici la ligne:
> print ("F₁'=", F1p, "/2, F'=", Fp, "/2, MF'=", MFp, "/2: ",
>
> Il semble qu'il y ait un probleme de codage.
> Que dois-je faire ?
>
>
> Merci.
>
>
> ===========================================================================
>  Patrick DUPRÉ                                 | | email: pdupre@???
>  Laboratoire interdisciplinaire Carnot de Bourgogne
>  9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
>  Tel: +33 (0)380395988
> ===========================================================================

>
>
>