🗄️ Python3

[Python3] Expected as after exception type
원인 Python2 -> Python3로 문법이 바뀌면서 발생한 문제 Python2 except Exception, e: Python2.7 이상 이렇게 사용해야 함. python3 except Exception...
2021-12-01
[Python3] pip 업그레이드 하기
Pycharm 무료는 Django 버전 지원을 하지 않음.
2018-06-27
[Python3]SyntaxError: from __future__ imports must occur at the beginning of the file
models.py파일 중, future에 해당하는 부분이 최상단에 위치하지 않아서 발생하는 에러
2018-03-17
[Python3] ModuleNotFoundError: No module named
확인할 사항
2018-03-17
[Python3] KeyError: 'raise on warnings'
Mac 에서 Mysql 연결 테스트 도중 아래와 같이 입력했을 때 발생하는 에러. (왠지 sqlite 나 postgresql 은 이런 문제가 없을...
2015-12-25
[Python3]CommandError: App ''xxxx'' has migrations.Only the sqlmigrate and sqlflush commands can be used when an app has migrations.
에러 메시지 CommandError: App '[app-name]' has migrations. Only the sqlmigrate and sqlflush commands can be used when an app has...
2015-07-07
[Python3] python3 + pip3 으로 mysql연동하기
Mac OS 에서도 되는거 보니까 웬만한 리눅스는 다 되는 듯.
2015-07-06
[python3] Django+Mysql 에러 AttributeError: 'module' object has no attribute
DJango 1.8 과 mysql 5.6 을 연동시켰을때 아래와 같은 에러가 나오면 .. AttributeError: 'module' object has no attribute models.py의 내용을...
2015-05-29
[Python3] 우분투에서 Django 설치 or Upgrade 하기
우분투에서 Django 설치하기 (현재 2016.03.23 버전 1.8.11 LTS) 1. Python3 설치하기 $ sudo apt-get install python3 $ alias python='python3' $source...
2015-05-27
[python3]importError:No moduel named django.core.managent
python3를 이용하여 pip install django 를 설치한 경우, 또는 python2 와 python3를 같이사용하는 경우에 발생할 수 있음. python 위치 확인...
2015-05-14
[Python3] Error loading psycopg2 module: No module named psycopg2
에러 설명 postgresql + Django (python3) 연결시 발생하는 에러
2015-03-09
[Python3] pip 로 Django 설치시 오류
Error Msg C:\Users\Administrator>pip Fatal error in launcher: Unable to create process using '""...\python.exe"" "....\Scripts\pip.exe" ' 원인은 잘 모름. 하지만 해결은...
2015-02-25
[Python3] 윈도우에 Python3 설치하기
윈도우에 Python 3 설치하기
2015-02-25
[Python3] 우분투에 pip 설치하기
Python3 설치하기
2015-02-25