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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo