Armin Rigo <armin.r...@gmail.com> added the comment:

Ok, so the problem is that running "try: import tkinter; except ImportError:..."
will print an error message to stderr because cffi doesn't gobble them.  I
suppose the best place to report this problem (even if solving it cleanly might
be difficult) is the cffi issue tracker.  Please post it there, as it is
unrelated to jitviewer and to pypy: https://bitbucket.org/cffi/cffi/issues

----------
status: chatting -> invalid

________________________________________
PyPy bug tracker <trac...@bugs.pypy.org>
<https://bugs.pypy.org/issue1716>
________________________________________
_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to