ChenYu
ChenYu
hello, I have install shareX and test. It is working fine. When enable Copy URL to clipboard in After Upload Task, `Ctrl+V` could only copy url to sublime text view....
1. I do not impl upload to server, you could customize it. At ImagePaste.py:paste() function. ```py def paste(self): if sys.platform != 'win32': # if you using Linux, pls change bin/imageutils.py...
I installed python3.5 in win7, it is worked right. The PIL is corresponding to 3.3.6, which I have packaged with ImagePaste. You may try with below steps: 1. install pillow...
Pls take a screen capture to make sure there is a picture in clipboard, and then run test.py
Maybe, I have tested in win7, it is ok.
Could you try below test using your system python, for I am using win7, I do not have win10 environment to test. 1. Install PIL lib for your system python...
The error maybe clipboard is empty, pls take screenshot before run test.py