質問編集履歴
2
メッセージ修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
[INFO ] [Text ] Provider: pil(['text_sdl2'] ignored)
|
21
21
|
[CRITICAL] [Window ] Unable to find any valuable Window provider. Please enable debug logging (e.g. add -d if running from the command line, or change the log level in the config) and re-run your app to identify potential causes
|
22
22
|
sdl2 - ImportError: DLL load failed: 指定されたモジュールが見つかりません。
|
23
|
-
File "C:\Users\
|
23
|
+
File "C:\Users\ユーザー名\AppData\Roaming\Python\Python37\site-packages\kivy\core\__init__.py", line 62, in core_select_lib
|
24
24
|
fromlist=[modulename], level=0)
|
25
25
|
File "C:\Users\ユーザー名\AppData\Roaming\Python\Python37\site-packages\kivy\core\window\window_sdl2.py", line 27, in <module>
|
26
26
|
from kivy.core.window._window_sdl2 import _WindowSDL2Storage
|
1
サイズの変更だけでなくアプリの立ち上げができていないため修正しました。
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
Kivyのインストール
|
1
|
+
Kivyのインストールがうまくできない
|
body
CHANGED
@@ -1,20 +1,31 @@
|
|
1
|
-
Kivyをインストールしました。インストール後に
|
1
|
+
Kivyをインストールしました。インストール後にanaconda promptからの実行でエラーが出てしまいます。
|
2
|
-
importは通
|
2
|
+
importは通るのでインストール自体はできていると思っているのですが、解決法がわからなく質問させていただきました。
|
3
3
|
|
4
4
|
``` python
|
5
|
-
from kivy.
|
5
|
+
from kivy.app import App
|
6
6
|
|
7
|
-
|
7
|
+
App().run()
|
8
|
-
Window.size = (100, 100)
|
9
8
|
```
|
10
9
|
```ErrorMessage
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
10
|
+
[INFO ] [deps ] Successfully imported "kivy_deps.gstreamer" 0.3.2
|
11
|
+
[INFO ] [deps ] Successfully imported "kivy_deps.angle" 0.3.0
|
12
|
+
[INFO ] [deps ] Successfully imported "kivy_deps.glew" 0.3.0
|
13
|
+
[INFO ] [deps ] Successfully imported "kivy_deps.sdl2" 0.3.1
|
14
|
+
[INFO ] [Kivy ] v2.0.0
|
15
|
+
[INFO ] [Kivy ] Installed at "C:\Users\ユーザー名\AppData\Roaming\Python\Python37\site-packages\kivy\__init__.py"
|
16
|
+
[INFO ] [Python ] v3.7.4 (default, Aug 9 2019, 18:34:13) [MSC v.1915 64 bit (AMD64)]
|
17
|
+
[INFO ] [Python ] Interpreter at "C:\ProgramData\Anaconda3\python.exe"
|
18
|
+
[INFO ] [Factory ] 186 symbols loaded
|
19
|
+
[INFO ] [Image ] Providers: img_tex, img_dds, img_pil (img_sdl2, img_ffpyplayer ignored)
|
20
|
+
[INFO ] [Text ] Provider: pil(['text_sdl2'] ignored)
|
21
|
+
[CRITICAL] [Window ] Unable to find any valuable Window provider. Please enable debug logging (e.g. add -d if running from the command line, or change the log level in the config) and re-run your app to identify potential causes
|
22
|
+
sdl2 - ImportError: DLL load failed: 指定されたモジュールが見つかりません。
|
23
|
+
File "C:\Users\TAKAYA HAKUKAWA\AppData\Roaming\Python\Python37\site-packages\kivy\core\__init__.py", line 62, in core_select_lib
|
24
|
+
fromlist=[modulename], level=0)
|
25
|
+
File "C:\Users\ユーザー名\AppData\Roaming\Python\Python37\site-packages\kivy\core\window\window_sdl2.py", line 27, in <module>
|
26
|
+
from kivy.core.window._window_sdl2 import _WindowSDL2Storage
|
16
27
|
|
17
|
-
|
28
|
+
[CRITICAL] [App ] Unable to get a Window, abort.
|
18
29
|
```
|
19
30
|
|
20
31
|
### OS
|