[opensuse-packaging] Is python-tkinter hidden away somewhere?
All, I have a package that says it will leverage python-tkinter if its available. Per http://wiki.python.org/moin/TkInter it is a defacto standard for python GUI work. So I'm surprised it isn't already in OBS somewhere. fyi: when I test my little package, it is not kicking off a GUI. Just pure cli, so it's not finding it in the base python package. Thanks Greg -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
Hi, * Greg Freemyer <greg.freemyer@gmail.com> [2012-02-23 23:03]:
All,
I have a package that says it will leverage python-tkinter if its available.
Per http://wiki.python.org/moin/TkInter it is a defacto standard for python GUI work.
So I'm surprised it isn't already in OBS somewhere.
fyi: when I test my little package, it is not kicking off a GUI. Just pure cli, so it's not finding it in the base python package.
not exactly hidden, it's called python-tk and a subpackage of python since its part of the standard library. -- Guido Berhoerster -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Thu, Feb 23, 2012 at 5:20 PM, Guido Berhoerster <gber@opensuse.org> wrote:
Hi,
* Greg Freemyer <greg.freemyer@gmail.com> [2012-02-23 23:03]:
All,
I have a package that says it will leverage python-tkinter if its available.
Per http://wiki.python.org/moin/TkInter it is a defacto standard for python GUI work.
So I'm surprised it isn't already in OBS somewhere.
fyi: when I test my little package, it is not kicking off a GUI. Just pure cli, so it's not finding it in the base python package.
not exactly hidden, it's called python-tk and a subpackage of python since its part of the standard library. -- Guido Berhoerster
Thanks, it was a user error on my testing. I failed to see an arg was needed to get a simple gui. Greg -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (2)
-
Greg Freemyer
-
Guido Berhoerster