All of lore.kernel.org
 help / color / mirror / Atom feed
* Is Python Tkinter available for Yocto
@ 2014-04-01 18:59 Jens Lucius
  2014-04-04 14:34 ` Jens Lucius
  2014-04-10 21:40 ` Building python module after compiling in one recipe Jens Lucius
  0 siblings, 2 replies; 6+ messages in thread
From: Jens Lucius @ 2014-04-01 18:59 UTC (permalink / raw)
  To: yocto

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 folder called python-tkinter

Contra:
- 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 check for this module. Avoid a warning by not  adding this module to 
missing variable."
- I have included in my recipe: "python-core python-tkinter" which gave 
no error, but no tkinter installed and I have tried including 
"python-core python-modules" which gave me a lot of python modules, but 
still no tkinter. (tried "from Tkinter import *" which gave an error and 
no tkinter in /usr/lib/python2.7)

Do I manually need to install another package? Is it included or not? Do 
I need to do my own recipe?

Any help would be appreciated.

Thanks,

Jens


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-04-10 21:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-01 18:59 Is Python Tkinter available for Yocto Jens Lucius
2014-04-04 14:34 ` Jens Lucius
2014-04-04 14:42   ` Gary Thomas
2014-04-04 15:36     ` Jens Lucius
2014-04-04 16:35       ` Paul Barker
2014-04-10 21:40 ` Building python module after compiling in one recipe Jens Lucius

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.