andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 38 forks source link

enki 17.03.0 not available for Windows #445

Open dglent opened 6 years ago

dglent commented 6 years ago

Any news about this ? The latest version available for Windows is the 16.04.1

bjones1 commented 6 years ago

I'm no longer producing new releases, but this should work:

pip install -U https://github.com/andreikop/enki/archive/v17.03.0.zip

dglent commented 5 years ago

This is not possible because the qutepart should be build manually in windows 32 bits python installation : https://github.com/andreikop/qutepart/issues/78

After installing the qutepart manually, the installation of enki with pip was possible.

The package PyQt5.QtWebEngineWidgets doesn't exist in PyQt5 but exists in PySide2 (I don't need to edit html files though)