Closed dumblob closed 6 years ago
Unfortunately, I am not familiar with Windows or how to support it. krop is written in python, so there shouldn't be a need to compile things into an exe file. Have you tried installing PyQt and the other required libraries on Windows? With these libraries available, is there anything else that prevents krop from just working on Windows?
I'll try installing PyQt and see whether it works or not. I'll close this for now.
I find the feature set of krop quite interesting and because at my job I have to work with Windows, I'd interested whether there are any plans on supporting the Windows platform as well?
It could be possible to use an automated
*.exe
creation mechanism like some other projects (e.g. neovim uses appveyor - see the config file).