On windows7 64bits, I just installed Eric6 in this way :
- python -m pip install pyqt5
- python -m pip install QScintilla
- install.py
I tried to follow their first tutorial LogParser on https://eric-ide.python-projects.org/tutorials/LogParser/chap2.html
When coming to create LogParser.ui I get the following error :
Could not start Qt-designer Ensure that it is available as ...Python36\lib\site-packages\PyQt5\Qt\bin\designer.exe
When checking there is a folder: C:\Users\Gustav\AppData\Local\Programs\Python\Python36\Lib\site-packages\PyQt5\Qt\bin But its not containg any exe file
Any help would be nice !