質問編集履歴
1
Anaconda pろmptでもやってみました。64Bitが関係あるかもしれません
test
CHANGED
File without changes
|
test
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
windows10でAnaconda2を使ってPythonの勉強をしています
|
4
4
|
|
5
|
-
sqlite3はデフォルトで入っていますがMySQLdbは
|
5
|
+
sqlite3はデフォルトで入っていますがMySQLdbはinstallしないとつかえません。
|
6
6
|
|
7
7
|
C:\Users\mtg-1>easy_install MySQLdb-python
|
8
8
|
|
@@ -25,3 +25,11 @@
|
|
25
25
|
windowsではeasy_installはどのようにしてやればよいのでしょうか?
|
26
26
|
|
27
27
|
よろしくご指導ください
|
28
|
+
|
29
|
+
また、Anaconda Promptでもpip install MySQLで試みましたが下記のようになります
|
30
|
+
|
31
|
+
Command "c:\users\mtg-1\anaconda2\python.exe -u -c "import setuptools, tokenize;__file__='c:\\users\\mtg-1\\appdata\\local\\temp\\pip-build-5cysgr\\MySQL-python\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record c:\users\mtg-1\appdata\local\temp\pip-cte5rw-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in c:\users\mtg-1\appdata\local\temp\pip-build-5cysgr\MySQL-python\
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
Windows10 64Bitです
|