LoginSignup
2
3

More than 5 years have passed since last update.

Python3.5(Windows)+django1.7.1 ではプロジェクト作れず

Posted at

内容としてはエントリ名でほぼすべてなのですがざっと説明。

Python Django をさらっと味見してみるか、ということで Python Django入門 を参考に進めてみる。

Pythonのバージョン新しいほうがいいっしょ! とか何とかいいつつPython3.5(Windows)をインストールした後に

pip install django==1.7.1

で django のバージョン1.7.1をインストールする、ここまではうまくいくが

django-admin.py startproject mysite

と、新規プロジェクトを作ろうとするとダーッとエラーがでてきて何も作られず。

この辺を見るに
http://www.thefourtheye.in/2015/02/python-35-and-django-17s-htmlparseerror.html

django1.7.1 は Python3.5に対応できてないみたい。
最新バージョンと思われるdjango1.8.5をインストールしたらうまくプロジェクト作れました。

2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3