Install NINJA-IDE source code

Source: Internet
Author: User

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.

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.