The debugged program raised the exception unhandled ImportError
"No module named ImportError: No module named wordwrap
Sto dedicando qualche ora allo studio di wxpython, e sono incorso, mentre provavo gli esempi, in questo errore: No module named wordwrap
Ho aperto il terminale:
Pannello superiore->Applicazioni->Accessori->Terminale
Al prompt (...@..-desktop:~$) ho digitato: python
Invio da tastiera.
Al prompt ( >>>)
Ho importato il modulo wx, e verificato la versione installata.>>>import wxInvio da tastiera>>>wx.__version__Invio da tastiera'2.6.3.2'
Sono rimasto un po' sorpreso, visto che avevo installato wxpython 2.8, nel riscontrare che usava ancora la cersione 2.6....
Pannello superiore ->Sistema->Amministrazione->Gestore pacchetti
In "Cerca" ho digitato python-wxgtk
Ho notato che avevo installato, su Ubuntu 9.10, sia python-wxgtk 2.6.3.2.2, sia python-wxgtk 2.8.10.1
Ho selezionato il pacchetto python-wxgtk 2.6.3.2.2, tasto destro del mouse ->Rimuovi completamente
Ho Chiuso Gestore di pacchetti, e sono ritornato al terminale, con prompt python (>>>)
>>>import wxInvio da tastiera>>>wx.__version__Invio da tastiera'2.8.10.1'>>>
Mi sono accertato che usasse la versione wxpython 2.8.10.1, ed ho provato ad importare il modulo: l'errore non si verifica più.
3 commenti:
Thank you for this post, it helped me solve my problem.
Thanks also to google translate!
Works for me too. Thanks.
And thanks to google translage again!
@ Will Bentiegle
Thank you for your comment
@Alexander
Thank you for your comment
I hope to help you, in the future, with other post..
Bye
Posta un commento