On Fri, Aug 24, 2012 at 2:20 PM, James <wirel...@tampabay.rr.com> wrote: > Randolph Maaßen <r.maassen60 <at> gmail.com> writes: > > >> I cant tell you much about accounting software, but what i know >> is that there are python binding for qt and gtk, just look for >> PyQt4 and pygtk. Another toolkit with bindings i I know about >> is wxWidgets with wxPython. > >> I'm sure, there are bindings for your preferred toolkit. > > OK, I was hoping to avoid going through /usr/portage/dev-python > manually to discover the possible relevant packages....
euse, combined with grep, will help you greatly. euse -i tk|grep python euse -i python|grep tk euse -i gtk|grep python etc. That's how I'd tackle it. -- :wq