Wednesday, March 12, 2014

Install and Run Python in Aptana




Aptana studio is open-source web development IDE, can be downloaded from:
 http://aptana.com/
When you create a Pydev project, you may find python interpreter not found.
1) To install  python interpreter:
http://www.python.org/downloads/
2)Then start Aptana, go to Aptana window menu, select preferences, select interpreter - python
under Pydev in left menu, then go to right menu, click new, browse python.ext for Python executable, for example C:\python33\python.exe
click apply
3) restart Aptana,
Click new Pydev project using python interpreter we just created
 create new python file, example1.py
print("Hello, World!")
click run,  in the first time, there may popup one dialog, select python -run in first choice
Video: Install and Run Python in Aptana




No comments:

Post a Comment