Re: [OE-core] [PATCH v2] python3: add tk support

2018-11-23 Thread Richard Purdie
On Fri, 2018-11-23 at 11:03 +, richard.pur...@linuxfoundation.org wrote: > On Fri, 2018-11-23 at 09:29 +0800, Yu, Mingli wrote: > > Ping. > > > > Thanks, > > Why are you sending ping requests for both v2 and v3 of the same > patch? Sorry, I understand now, there is a patch for python2 and a

Re: [OE-core] [PATCH v2] python3: add tk support

2018-11-23 Thread richard . purdie
On Fri, 2018-11-23 at 09:29 +0800, Yu, Mingli wrote: > Ping. > > Thanks, Why are you sending ping requests for both v2 and v3 of the same patch? Cheers, Richard -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://li

Re: [OE-core] [PATCH v2] python3: add tk support

2018-11-22 Thread Yu, Mingli
Ping. Thanks, On 2018年11月14日 17:36, mingli...@windriver.com wrote: From: Mingli Yu Add support to enable tk via PACKAGECONFIG. before this patch: # python3 Python 3.5.6 (default, Nov 8 2018, 04:53:45) [GCC 8.2.0] on linux Type "help", "copyright", "credits" or "license" for more info

Re: [OE-core] [PATCH v2] python3: add tk support

2018-11-18 Thread Yu, Mingli
Ping. Thanks, On 2018年11月14日 17:36, mingli...@windriver.com wrote: From: Mingli Yu Add support to enable tk via PACKAGECONFIG. before this patch: # python3 Python 3.5.6 (default, Nov 8 2018, 04:53:45) [GCC 8.2.0] on linux Type "help", "copyright", "credits" or "license" for more info

[OE-core] [PATCH v2] python3: add tk support

2018-11-14 Thread mingli.yu
From: Mingli Yu Add support to enable tk via PACKAGECONFIG. before this patch: # python3 Python 3.5.6 (default, Nov 8 2018, 04:53:45) [GCC 8.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import tkinter Traceback (most recent call last): File "",