quamash icon indicating copy to clipboard operation
quamash copied to clipboard

Implementation of the PEP 3156 event-loop (asyncio) api using the Qt Event-Loop

Results 44 quamash issues
Sort by recently updated
recently updated
newest added

I'm trying to run a test case but I get an error: File "C:\Program Files\Python38\lib\asyncio\tasks.py", line 645, in sleep loop = events.get_running_loop() RuntimeError: no running event loop

Hi! Short question: Is it planed to update the package in PyPI? The latest release [there](https://pypi.org/project/Quamash/) is from July 2018 and I would love to be able to install the...

As of Python3.10: > Builtin and extension functions that take integer arguments no longer accept Decimals, Fractions and other objects that can be converted to integers only with a loss...

Many of `quamash` self-tests fail with similar traceback (checked with `PyQt5`): ``` quamash/__init__.py:344: in call_later return self._add_callback(asyncio.Handle(callback, args, self, context=context), d elay) quamash/__init__.py:348: in _add_callback return self._timer.add_callback(handle, delay) _ _...

I tried a lot but I get the below error. I did many solutions but did not work. Thanks below is the error: (base) C:\Users\mohammze>anaconda-navigator Traceback (most recent call last):...

Hello, I'm attempting to make a GUI client that asynchronously communicates to a server via zeromq. Pyzmq has support for asyncio (i.e. some of the blocking functions return futures). I...

Hello, I have been using quamash with pyqt5 for 2 years, it works great(thanks alot to you). But recently my envirioment updated, I got error when calling `asyncio.sleep(0.1)` in pyqt...

env: python 3.6.4 64bit pyqt5 5.10.1 aioredis 1.1.0 ~1.3.0 quamash 0.6.1 ### error: ![image](https://user-images.githubusercontent.com/30521429/69341946-762cb500-0ca5-11ea-9e6d-03eea62c4a9e.png) ### use asyncio loop is ok: ![image](https://user-images.githubusercontent.com/30521429/69342010-9c525500-0ca5-11ea-8afb-1ecbae0d24de.png) ```python ##testcode.py from PyQt5.QtWidgets import QApplication, QProgressBar from quamash...

This is a combination of PRs #87, #88 and #97. I've taken care of reported merge conflicts.