Re: [yocto] Is Python Tkinter available for Yocto

2014-04-04 Thread Jens Lucius
I am a little bit confused if Python Tkinter is included as a package for python in the Yocto system. - There is a patch for python recipe called avoid_warning_about_tkinter.patch which states _tkinter module needs tk module along with tcl. tk is not yet integrated in yocto so we skip the

Re: [yocto] Is Python Tkinter available for Yocto

2014-04-04 Thread Gary Thomas
On 2014-04-04 08:34, Jens Lucius wrote: I am a little bit confused if Python Tkinter is included as a package for python in the Yocto system. - There is a patch for python recipe called avoid_warning_about_tkinter.patch which states _tkinter module needs tk module along with tcl. tk is

Re: [yocto] Is Python Tkinter available for Yocto

2014-04-04 Thread Jens Lucius
Am 04.04.2014 16:42, schrieb Gary Thomas: On 2014-04-04 08:34, Jens Lucius wrote: I am a little bit confused if Python Tkinter is included as a package for python in the Yocto system. - There is a patch for python recipe called avoid_warning_about_tkinter.patch which states _tkinter module

Re: [yocto] Is Python Tkinter available for Yocto

2014-04-04 Thread Paul Barker
On 4 April 2014 16:36, Jens Lucius jensluc...@freenet.de wrote: Am 04.04.2014 16:42, schrieb Gary Thomas: Note: there was already a recipe for tk 8.6.0 in meta-oe (always a good place to check for missing pieces before crafting your own) Actually there is. DonĀ“t know why I missed that. I

[yocto] Is Python Tkinter available for Yocto

2014-04-01 Thread Jens Lucius
Hi, I am a little bit confused if Python Tkinter is included as a package for python in the Yocto system. Pro: - The output of bitbake -e python | grep ^PACKAGES= shows a package called python-tkinter. - In tmp/work/armv6-vfp-poky-linux-gnueabi/python/2.7.3-r0.3/packages-split there is a