Setting up Python on Apache/Windows; IDE question

时间秒杀一切 提交于 2019-12-11 10:45:39

问题


I am finally learning Python after putting it off for a long time. I am setting it up on Apache (XAMPP), which version of mod_python should I choose?

If I get mod_python-3.3.1.win32-py2.5-Apache2.2.exe, does that mean I have to download Python 2.5 from here?

EDIT: I'll use this primarily for web development. Which IDE should I use? I like Netbeans for Java and PHP, but they don't have Python.


回答1:


Do not use mod_python - it is now officially dead. You should use mod_wsgi instead. There are instructions for installing it on Windows.




回答2:


For an IDE that also plays well with web development, download Aptana Studio which is built upon eclipse and then get the pydev extension for it.

And you will need the python 2.5 version as you suspect.



来源:https://stackoverflow.com/questions/3287347/setting-up-python-on-apache-windows-ide-question

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!