Importation d'un fichier CSV
- chcol
- Auteur du sujet
- Hors Ligne
- Nouveau membre
-
Réduire
Plus d'informations
- Messages : 12
- Remerciements reçus 0
il y a 4 ans 1 mois #24710
par chcol
Réponse de chcol sur le sujet Importation d'un fichier CSV
Bonjour,
voici le message d'erreur que je reçois, lorsque je veux importer un fichier au format CSV dans INDIVIDUS:
## 28/02/2021 15:13:06 | 1.2.8.5 | wxPython 4.1.1 gtk3 (phoenix) wxWidgets 3.1.5 | linux Linux 5.4.0-65-generic x86_64 ##
Traceback (most recent call last):
File "/home/cho/Noethys-master/noethys/Dlg/DLG_Importation_individus.py", line 26, in <module>
import unicodecsv as csv
ModuleNotFoundError: No module named 'unicodecsv'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "Noethys.py", line 3481, in On_individus_importer_csv
from Dlg import DLG_Importation_individus
File "/home/cho/Noethys-master/noethys/Dlg/DLG_Importation_individus.py", line 28, in <module>
from Outils import unicodecsvpy2 as csv
File "/home/cho/Noethys-master/noethys/Outils/unicodecsvpy2.py", line 3, in <module>
from itertools import izip
ImportError: cannot import name 'izip' from 'itertools' (unknown location)
Merci d'avance pour votre réponse.
Meilleures salutations
Christian
voici le message d'erreur que je reçois, lorsque je veux importer un fichier au format CSV dans INDIVIDUS:
## 28/02/2021 15:13:06 | 1.2.8.5 | wxPython 4.1.1 gtk3 (phoenix) wxWidgets 3.1.5 | linux Linux 5.4.0-65-generic x86_64 ##
Traceback (most recent call last):
File "/home/cho/Noethys-master/noethys/Dlg/DLG_Importation_individus.py", line 26, in <module>
import unicodecsv as csv
ModuleNotFoundError: No module named 'unicodecsv'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "Noethys.py", line 3481, in On_individus_importer_csv
from Dlg import DLG_Importation_individus
File "/home/cho/Noethys-master/noethys/Dlg/DLG_Importation_individus.py", line 28, in <module>
from Outils import unicodecsvpy2 as csv
File "/home/cho/Noethys-master/noethys/Outils/unicodecsvpy2.py", line 3, in <module>
from itertools import izip
ImportError: cannot import name 'izip' from 'itertools' (unknown location)
Merci d'avance pour votre réponse.
Meilleures salutations
Christian
Connexion ou Créer un compte pour participer à la conversation.
Temps de génération de la page : 0.151 secondes