【发布时间】:2014-06-09 06:23:43
【问题描述】:
我在 Eclipse & Django & Pydev 中开发了一个简单的应用程序。应用程序在启动时失败,我收到以下错误:
*Error: [Errno 10013] An attempt was made to access a socket in a way forbidden by its access permissions*
我尝试通过更改运行配置在 Eclipse 中将端口号更改为 8080,但这失败了。
如何解决这个问题并将我的 Django 应用程序托管在其他端口上?
【问题讨论】:
-
这里回答了这个问题stackoverflow
标签: eclipse python-2.7 django-models django-views