Python and Django IDE with remote editing?

a 夏天 提交于 2019-12-04 12:14:06

问题


I'm looking for an IDE that will allow me to edit remote Python projects and also has decent Django support, remote command execution, and maybe remote debugging. I've tried PyCharm and Aptana with PyDev but I'm not having much luck configuring them for remote editing. Thanks for your help!


回答1:


I have Pycharm setup on a Ubuntu 10.10. The key is to use "sshfs" - it maps to my web-host - via ssh. Those are the pre-reqs : ssh access, sshfs. (unless you can figure out a way to map ssh to a windows shared drive).

So once ssh, sshfs are setup, I create a linux mount locally - so my webhost's directory appears locally as "/webhostx" .. From then on Pycharm (or WingIde or any editor) does not care that "/webhostx" is really a remote folder mounted locally.

If all else fails there's always Emacs (everything included :-) ).

Pycharm also has a remote debugging feature - I am in the process of testing it with my host (webfaction).




回答2:


Emacs has tramp for remote editing on top of ssh, ftp or other protocols(works out of the box). nxhtml has support for editing Django templates (needs setup). I don't know about remote debugging. I've never done that.

Of course, Emacs is a lifestyle rather than an editor as most of its users will tell you so be warned.




回答3:


Try WingIDE.



来源:https://stackoverflow.com/questions/6435000/python-and-django-ide-with-remote-editing

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