質問編集履歴

4

タイトルの変更

2019/03/16 09:37

投稿

torafuji
torafuji

スコア13

test CHANGED
@@ -1 +1 @@
1
- Python SDK import エラー
1
+ Python SDK import エラー "dynamic module not initialized properly"
test CHANGED
File without changes

3

タイトルの修正

2019/03/16 09:37

投稿

torafuji
torafuji

スコア13

test CHANGED
@@ -1 +1 @@
1
- Naoqi用Python import エラー
1
+ Python SDK import エラー
test CHANGED
File without changes

2

文字の修正

2019/03/16 08:47

投稿

torafuji
torafuji

スコア13

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ```Python
4
4
 
5
- >>>import naomi
5
+ >>>import naoqi
6
6
 
7
7
 
8
8
 

1

文章の追加

2019/02/28 05:55

投稿

torafuji
torafuji

スコア13

test CHANGED
File without changes
test CHANGED
@@ -1,6 +1,10 @@
1
1
  ソフトバンクの公式サイトからインストールしたPython SDKのモジュールをインポートしたいのですがこのようなエラーが出てしましいます。
2
2
 
3
3
  ```Python
4
+
5
+ >>>import naomi
6
+
7
+
4
8
 
5
9
  Traceback (most recent call last):
6
10