I am using the source code to run the NINJA-IDE, will be a little slower than the installation version, but you can see the source code and modify some of their ownCodeIs more convenient and strongly recommended.
Go to the official website to download the NINJA-IDE (select Source Code), and then go to the directory, modify the setup. py file
Install_requires = ["pyqt4",]
To:
Install_requires = []
Run Python setup. py install. Now ninja-Ide is installed.
(Errors often occur when I automatically download the dependent package pyqt)
Therefore, we need to manually download the pyqt installation package.
You can find the installation packages of different Python versions on this page.
Http://www.riverbankcomputing.co.uk/software/pyqt/download
Find an installation package suitable for your Python version, download it, and run it.
After all the work is done, a main runtime environment of the ninja-ide.py will be generated under the scripts directory of Python, after opening the run, you can see the integrated development environment of ninja-ide.