This is not a bug or feature request but simply some questions. Here are the
answers.
1. The eric distribution archive does neither contain Python nor PyQt. These
have to be installed before eric can be.
2. The easy PyQt installation procedure is described in the eric README file
contained in the distribution archive. It is simply:
pip install qscintilla
This command installs PyQt5 and sip as well because these are dependencies.
3. In order to develop PyQt scripts you have to install Qt separately (the tools
are not a part of the PyQt5 wheel installed with the command above).
|