rc icon indicating copy to clipboard operation
rc copied to clipboard

python3 unsupport?

Open wmjie opened this issue 10 years ago • 2 comments

from itertools import izip```

cache.py line 3

wmjie avatar Nov 22 '15 07:11 wmjie

Python 3.x is not supported yet, you can try this in Python 2.x. If this library turns out to be useful, we will add Python 3.x support as soon as possible. This is one minimum viable product, early release, often release :)

fengsp avatar Nov 23 '15 05:11 fengsp

My fork support Python3.5+, if someone interested.

https://github.com/zhwei820/rc

zhwei820 avatar Sep 29 '16 01:09 zhwei820