Re: Replacement for pygtk?

2020-09-05 Thread Michael Torrie
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 static wrappers. Rather it uses the GTK introspec

Re: Issue with python 3.7.9 installation

2020-09-05 Thread MRAB
On 2020-09-05 21:12, Juanti VF wrote: Hey, I tried installing python 64 bit after uninstalling my 32 bit version. When I try to run python -v on the terminal I get an absolute TON of messages about frozen_importlib. I did add python to PATH during installation and I'm using a 64 bit win 10 ma

Re: Any ideas for a new language inspired to Python?

2020-09-05 Thread Tony Flury via Python-list
On 08/08/2020 18:18, Marco Sulla wrote: Thank you, some features are interesting, even if I prefer the Python syntax. What about the compiler? Is it better to "compile" to C or to bytecode? How can I generate a bytecode that can be compiled by gcc? Can I skip the AST generation for now, o

Issue with python 3.7.9 installation

2020-09-05 Thread Juanti VF
Hey, I tried installing python 64 bit after uninstalling my 32 bit version. When I try to run python -v on the terminal I get an absolute TON of messages about frozen_importlib. I did add python to PATH during installation and I'm using a 64 bit win 10 machine. This is the .exe file I ran for i

Re: Uninstall problem

2020-09-05 Thread Mats Wichmann
On 9/5/20 7:54 AM, f.le...@omnias.fr wrote: > Hello, > > > > I commit an error to install python because I chose python 3.8.5 x32bytes > > So I wanted uninstalling it to install python 3.7.9 x64bytes why not 3.8.5, by the way? > But 3.8.5 version don't want uninstall !?! what does this mean

Re: Replacement for pygtk?

2020-09-05 Thread Akkana Peck
Grant Edwards writes: > Is pygobject the replacement for pygtk? The easiest way to use it, if you want a quick port with the fewest code changes, is: from gi import pygtkcompat pygtkcompat.enable() pygtkcompat.enable_gtk(version='3.0') I don't know if pygtkcompat is going to be supported forever

Re: Uninstall problem

2020-09-05 Thread Luuk
On 5-9-2020 15:54, f.le...@omnias.fr wrote: Hello, I commit an error to install python because I chose python 3.8.5 x32bytes So I wanted uninstalling it to install python 3.7.9 x64bytes But 3.8.5 version don't want uninstall !?! And so I have the twice in my computer now ! How can I

Uninstall problem

2020-09-05 Thread f.leroy
Hello, I commit an error to install python because I chose python 3.8.5 x32bytes So I wanted uninstalling it to install python 3.7.9 x64bytes But 3.8.5 version don't want uninstall !?! And so I have the twice in my computer now ! How can I do to uninstall 3.8.5 ? Thanks

Re: Replacement for pygtk?

2020-09-05 Thread Chris Green
Grant Edwards wrote: > > The nice thing about the gi module is it can wrap any gobject-based > > library, not just GTK+ proper. So if someone made a custom widget > > in Vala, for example, you could access it via gi. It's a neat > > idea. My only problem with it is the resulting Python API is no

[RELEASED] Python 3.5.10 is released

2020-09-05 Thread Larry Hastings
On behalf of the Python development community, I'm plesed to announce the availability of Python 3.5.10. Python 3.5 is in "security fixes only" mode.  This new version only contains security fixes, not conventional bug fixes, and it is a source-only release. Important Notice: The latest re