arminstraub / krop

A simple graphical tool to crop the pages of PDF files, written in Python/Qt
http://arminstraub.com/software/krop
GNU General Public License v3.0
116 stars 16 forks source link

Any plans to support Windows? #10

Closed dumblob closed 6 years ago

dumblob commented 6 years ago

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).

arminstraub commented 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?

dumblob commented 6 years ago

I'll try installing PyQt and see whether it works or not. I'll close this for now.