Kyle Altendorf

Results 265 issues of Kyle Altendorf

When running with v0.5 my tests pass but the process won't end. With fcc418685fbae81e06be6c951d7548e37030d080 (@exarkun) reverted they pass and the process ends. Builds passing: https://travis-ci.org/altendky/altendpyqt5/builds/427012146 My 'fixed' branch: ce3ea2dad6d71adb10cde79b64bc0c7d27e9139c https://gist.github.com/altendky/15cc377d88ae3635a1597fba770ed9f0...

It might be worth making an explicit dependency on `pypiwin32` in `setup.py` for Windows installs.

I started using threads and ran into some issues. Turns out that while the reactor was 'working' for many things it wasn't getting started correctly and so `deferToThread()` didn't work...

I started with my first Twisted code in a standalone script though still using PyQt5 due to some of my leveraged code for CANbus interfacing. This went quite well but...

Following from https://github.com/python-trio/cookiecutter-trio/pull/22.