andreikop / enki

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

master: Error message is confusing #387

Closed vi closed 8 years ago

vi commented 8 years ago
PyQt5 not found
Failed to import Qt4 python bindings:
No module named 'PyQt5'
See http://enki-editor.org/install-sources.html
  1. So Qt5 or Qt4?
  2. http://enki-editor.org/install-sources.html is not available
  3. The problem was in using Python2 instead of Python3. I think recent change to Python 3 should be mentioned in error message (PyQt5 may be installed for for Python2, but not for Python3).
vi commented 8 years ago

I don't see install-sources.html problem to be addressed in the commit and the page is still 404.

andreikop commented 8 years ago

Ah, missed this. Now fixed Thanks