how to set run arguments for python when using wing IDE?
问题 how to set run arguments for python when using wing IDE? D:\TEST\djgprj ├─.idea ├─testdjgprj.wpr ├─testdjgprj.wpu └─testdjg ├─.idea ├─testdjg ├─manage.py ├─static └─templates I create a project using wingIDE, and save to folder D:\TEST\djgprj , but the models , manage.py , programs are in folder D:\TEST\djgprj\testdjg . When I try to run manage.py using wingIDE, I dont know where to set arguments. I know there is one place which is Debug->Run Arguments , but it does not work well. 回答1: Right