Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errore in manage.py import_comuni #5

Open
SimoneMazzola opened this issue Jan 17, 2020 · 0 comments
Open

Errore in manage.py import_comuni #5

SimoneMazzola opened this issue Jan 17, 2020 · 0 comments

Comments

@SimoneMazzola
Copy link

SimoneMazzola commented Jan 17, 2020

Ciao kbytesys,

Mi viene restituito il seguente errore quando lancio il comando import_comuni:

  File "[...]/lib/python3.6/site-packages/comuni_italiani/management/commands/import_comuni.py", line 73, in handle
    popolazione = locale.atoi(row['Popolazione legale 2011 (09/10/2011)'])
  File "[...]/lib/python3.6/locale.py", line 325, in atoi
    return int(delocalize(string))
ValueError: invalid literal for int() with base 10: '2.644'

Il separatore delle migliaia per il locale it_IT risulta essere '. ' (ovvero un punto seguito da uno spazio), mentre il dato contenuto in row['Popolazione legale 2011 (09/10/2011)'], è '2.644' senza spazio dopo il punto.
Al momento ho fixato ignorantemente con un semplice replace('.', '') e sembra funzionare tutto bene.

Grazie in anticipo,
Simone.

EDIT: mi sono dimenticato di specificare che il separatore con lo spazio sembra dovuto al fatto che utilizzo iMac.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant