質問編集履歴

1

追加

2016/09/01 13:07

投稿

K_T_T_K
K_T_T_K

スコア231

test CHANGED
File without changes
test CHANGED
@@ -9,6 +9,32 @@
9
9
  3系だと以下のようにImportErrorになってしまいます。
10
10
 
11
11
 
12
+
13
+ ・Python2系
14
+
15
+ ```
16
+
17
+ $ python
18
+
19
+ Python 2.7.12 |Anaconda custom (x86_64)| (default, Jul 2 2016, 17:43:17)
20
+
21
+ [GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)] on darwin
22
+
23
+ Type "help", "copyright", "credits" or "license" for more information.
24
+
25
+ Anaconda is brought to you by Continuum Analytics.
26
+
27
+ Please check out: http://continuum.io/thanks and https://anaconda.org
28
+
29
+ >>> import moviepy
30
+
31
+ >>>
32
+
33
+ ```
34
+
35
+
36
+
37
+ ・Python3系
12
38
 
13
39
  ```
14
40