Python Error <No module named Tkinter>

Michael 'Mickey' Lauer mickey at openmoko.org
Sat Jan 24 21:22:19 CET 2009


No need to report with OE, I have just fixed it. Over the years, it got broke 
and noone noticed. I have updated to tcl/tk 8.4.19, increased package 
granularity and fixed dependencies. It now goes like that:

root at om-gta02:~# opkg install python-tkinter                                                                                  
Installing python-tkinter (2.6.1-ml1.1) to root...                                                                            
Downloading 
file:///local/pkg/oe/fic-gta02/tmp/deploy/glibc/ipk/armv4t/python-tkinter_2.6.1-ml1.1_armv4t.ipk                  
Installing libtk8.4-0 (8.4.19-r0.1) to root...                                                                                
Downloading 
file:///local/pkg/oe/fic-gta02/tmp/deploy/glibc/ipk/armv4t/libtk8.4-0_8.4.19-r0.1_armv4t.ipk                      
Installing libtcl8.4-0 (8.4.19-r6.1) to root...                                                                               
Downloading 
file:///local/pkg/oe/fic-gta02/tmp/deploy/glibc/ipk/armv4t/libtcl8.4-0_8.4.19-r6.1_armv4t.ipk                     
Configuring libtcl8.4-0                                                                                                       
Configuring python-tkinter                                                                                                    
Configuring libtk8.4-0                                                                                                        
root at om-gta02:~# python                                                                                                       
Python 2.6.1 (r261:67515, Jan 20 2009, 05:56:11)                                                                              
[GCC 4.1.2] on linux2                                                                                                         
Type "help", "copyright", "credits" or "license" for more information.                                                        
>>> import Tkinter                            
>>>

Coming soon to an autobuilder near you :D

-- 
:M:



More information about the devel mailing list