GNU/Linux >> Linux Esercitazione >  >> Ubuntu

Importerror:Nessun nome '_tkinter', installare il pacchetto Python3-tk?

Sono nuovo di Ubuntu e Linux in generale.

Ho creato un sistema operativo dual boot sul mio laptop (Windows 10 e Ubuntu).

  • Digitazione:sudo apt-get install python3-tk (o anche python-tk ) non ha funzionato.
  • Tentativo di installare python3-dev o python-devel (senza fortuna).
  • Download di Tcl e Tk per l'installazione manuale.

Nel sottosistema Bash di Windows 10 Tk e Tcl sono già inclusi, quindi ho pensato che Ubuntu lo avesse già. Ma voglio usare il mio desktop Ubuntu per sviluppare app della GUI Python.

Quindi, come posso installare Tcl/Tk da utilizzare in Python 3.5 per lo sviluppo della GUI?

Ho caricato bene Python 3.5.2 ma ho bisogno che i moduli della GUI siano abilitati.

Il codice per verificare che Tk funzioni è:

  1. Digita python3
  2. Digita:

    import tkinter   
    tkinter._test()
    
  3. Risultato:un pop-up della GUI che mostra This is a Tcl/Tk version..

Risposta accettata:

sudo apt-get install python3-tk Installa tkinter per Python3.x.x

Fonti:

https://stackoverflow.com/questions/6084416/tkinter-module-not-found-on-ubuntu https://pythonprogramming.net/python-3-tkinter-basics-tutorial/


Ubuntu
  1. Installa i pacchetti RPM su Ubuntu 11.10 e Ubuntu 11.04

  2. Come installare Zlib su Ubuntu Linux

  3. Come installare Wps-office su Ubuntu 17.10??

  4. Impossibile installare Mariadb su Ubuntu 20.04?

  5. Installa il desktop Pantheon su Ubuntu

Come installare l'ultimo MySQL 8 in Ubuntu

Come installare l'ultimo Wine in Ubuntu 21.04

Come installare l'ultimo Symfony su Ubuntu 21.04

Come installare l'ultimo MySQL 8 su Ubuntu 20.04

Come installare Slack su Ubuntu 20.04 Linux

Come installare Mattermost Desktop su Ubuntu 20.04