Re: Replacement for pygtk?

2020-09-06 Thread Liste guru
Il 06/09/2020 06:20, Michael Torrie ha scritto: On 9/4/20 3:24 PM, Grant Edwards wrote: I assume that difference is because pygtk was hand-written and gi is built auto-magically using SWIG or something like that? Essentially, yes. Although pygobject does not use a tool like swig to generate st

Re: Need to 'import gtk' on Ubuntu 20.04, what do I need?

2020-07-25 Thread Liste guru
Il 24/07/2020 10:31, Chris Green ha scritto:    ... I'm a *fairly* competant Python programmer so, if I have to, I willconsider converting from using the gtk module to using the gi module,are there any good tutorials which might help me down this road?    If you look at the pygobject docum

Re: What's up with Activestate Python?

2019-02-14 Thread Liste guru
Il 14/02/2019 00:06, Grant Edwards ha scritto: For many, many years I've always installed ActiveState's ActivePython Community edition when forced to use Windows. It has always included ... I guess it's time to switch to Anaconda or ???     I've also used the ActiveState python, expecially fo

Re: Python Interpreters In Eclipse

2018-11-16 Thread Liste guru
Il 16/11/2018 21:08, Jaxson Baerg ha scritto: Hey, I'm attempting to use python in eclipse and am having trouble with the python interpreter. I am using Eclipse 2018-09 and the latest PyDev and Python 3.7.1. When declaring python-3.7.1.exe as an interpreter it gives an error saying it was unable

Re: How to decide (and know) which Python GTK version to use?

2018-07-30 Thread Liste guru
Il 30/07/2018 19:31, Chris Green ha scritto: OK, thanks, where is its home and full API documentation etc.? -- Chris Green·-- https://mail.python.org/mailman/listinfo/python-list On the first page of the official docs, http://pygobject.readthedocs.io/en/latest/, there are the links to the Py

Re: Suggestion for a "data" object syntax

2018-05-08 Thread Liste guru
Il 08/05/2018 14:52, Mikhail V ha scritto: ... What editor do you use? My editor can toggle tabs highlighting as arrows, and I suppose almost any editor has good support for highlighting of characters by search, etc. For NPP there are even plugins like Regex helper.     I like to 'type pr

Re: Where to find python GTK+ 3 reference documentation?

2017-03-10 Thread Liste guru
Il 10/03/2017 20:26, Wildman via Python-list ha scritto: On Fri, 10 Mar 2017 18:51:35 +, Chris Green wrote: I'm using the excellent tutorial at https://python-gtk-3-tutorial.readthedocs.io and occasionally want reference documentation, is there reference documentation for this on line? htt