Tkinter performance issues between Windows and Linux

2019-04-12 Thread Robert Okadar
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

Re: pip unable to find an extension of a lib.

2019-04-12 Thread Vincent Vande Vyvre
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

Re: pip unable to find an extension of a lib.

2019-04-12 Thread Vincent Vande Vyvre
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

Re: Adopting semantic versioning in trunk based development with Python

2019-04-12 Thread dcs3spp via Python-list
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

Re: pip unable to find an extension of a lib.

2019-04-12 Thread Paul Moore
>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