Since this seems tcl/tk related your best bet is the tkinter mailing
list: https://mail.python.org/mailman/listinfo/tkinter-discuss

On Mon, Apr 4, 2016 at 8:38 PM, Stefan Richthofer
<stefan.richtho...@gmx.de> wrote:
> Hey everybody,
>
> I need help/advice for this JyNI-related issue: 
> https://github.com/Stewori/JyNI/issues/4
> Especially I need advice from someone familiar with TCL and TK internals, 
> preferably also Tkinter.
> The issue is rather strange in the sense that it works well on Linux, while 
> the program hangs on OSX. Everything we found out so far was collected in the 
> thread linked above. Briefly speaking, on OSX TCL/TK does not produce a 
> particular event the loop is waiting for and does not display the window. 
> However logging suggests that calls to TCL/TK API are identical between Linux 
> and OSX runs, so we are really stuck here in finding out what is different on 
> Linux (our current logging does not cover function argument values though).
> Any advise how I can debug interaction with TCL/TK to find the reason for the 
> missing event would be helpful.
>
> (Sorry if you might regard this off-topic for Python-dev; since JyNI is 
> somewhat a crossover-project (also containing lots of CPython 2.7 code) I am 
> asking in various locations. Starting here, because in this list I see best 
> chances to find someone who can help within the Python ecosystem. Next I 
> would look for a TCL/TK forum or something.)
>
> Thanks!
>
> Stefan
> _______________________________________________
> Python-Dev mailing list
> Python-Dev@python.org
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: 
> https://mail.python.org/mailman/options/python-dev/guido%40python.org



-- 
--Guido van Rossum (python.org/~guido)
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to