728x90
Django 설치 후 웹서버 구동시 아래와 같은 에러가 나는 경우
socket.error: [Errno 10013] An attempt was made to access a socket in a way forbidden by its access permissions
1 2 3 4 5 6 7 8 9 | (myvenv) C:\Users\django>python manage.py runserver 0:8000 Performing system checks... System check identified no issues (0 silenced). February 02, 2016 - 19:55:14 Django version 1.9.2, using settings 'mysite.settings' Starting development server at http://0:8000/ Quit the server with CTRL-BREAK. Error: [WinError 10013] 액세스 권한에 의해 숨겨진 소켓에 액세스를 시도했습니다 | cs |
Dealing with Socket Error 10013
아래 링크 참조
728x90
'프로그래밍 Programming' 카테고리의 다른 글
오라클 다중행 삽입 쿼리 Inserting multiple rows in Oracle (0) | 2016.02.13 |
---|---|
Anaconda for Windows와 Django 설치 (0) | 2016.02.11 |
PIP install 에러 - PermissionError: [WinError 5] Access is denied (0) | 2016.02.02 |
Windows 7 비정상 종료시 체크사항 (0) | 2016.01.25 |
윈도우즈 2008 서버 텔넷 서버 / 텔넷 클라이언트 설치 (0) | 2016.01.21 |