Rabbyt icon indicating copy to clipboard operation
Rabbyt copied to clipboard

a port of Rabbyt (http://arcticpaint.com/projects/rabbyt/) to use Cython (http://cython.org/) instead of pyrex in the intrest of providing support for python versions beyond 2.7

Results 3 Rabbyt issues
Sort by recently updated
recently updated
newest added

I get this: ``` File "/usr/local/lib/python3.8/dist-packages/rabbyt/__init__.py", line 61, in add heapq.heappush(self.heap, (time, callback)) TypeError: '

I am trying to install Rabbyt for python 3 on windows 10. However it fails with error: ``` pip install rabbyt Complete output from command python setup.py egg_info: Traceback (most...