Hi community,
I have developed a tkinter GUI component, Python v3.7. It runs very well in
Linux but seeing a huge performance impact in Windows 10. While in Linux an
almost real-time performance is achieved, in Windows it is slow to an
unusable level.
The code is somewhat stripped down from the o
Le 12/04/19 à 09:48, Paul Moore a écrit :
>From https://pypi.org/project/PyQt5-sip/#files, it looks like the
project only distributes wheels (no source archive). You don't say
what platform you're using, but if it's Linux, the fact that you have
a debug Python probably means you need a different
Le 12/04/19 à 07:40, dieter a écrit :
Vincent Vande Vyvre writes:
...
Using Python-3.7.2 (compiled with --with-pydebug) in a venv, I've
encountered this problem:
$ pip install --upgrade pip setuptools wheel
Successfully installed setuptools-41.0.0 wheel-0.33.1
On Thursday, 11 April 2019 17:33:04 UTC+1, dcs3spp wrote:
> Hi,
>
> Hoping posting this in the correct place...Apologies if not
>
> I am trying to understand how to use semantic versioning with trunk based
> development for a Python project. Has anyone had any experience of adopting a
> tr
>From https://pypi.org/project/PyQt5-sip/#files, it looks like the
project only distributes wheels (no source archive). You don't say
what platform you're using, but if it's Linux, the fact that you have
a debug Python probably means you need a different ABI, so the
standard wheels that they provid