I am getting error "No module named com.nxp.wireless_connectivity.commands.thread.sync_requests" while running multimode.py script

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

I am getting error "No module named com.nxp.wireless_connectivity.commands.thread.sync_requests" while running multimode.py script

ソリューションへジャンプ
2,018件の閲覧回数
devangdixit
Contributor II

$ python ./multimode.py
Traceback (most recent call last):
File "./multimode.py", line 36, in <module>
from com.nxp.wireless_connectivity.commands.thread.sync_requests import * # @UnusedWildImport
ImportError: No module named com.nxp.wireless_connectivity.commands.thread.sync_requests

1 解決策
1,766件の閲覧回数
estephania_mart
NXP TechSupport
NXP TechSupport

Hello, 

Are you working on Windows or Linux? 

Could you please make sure you followed all the installation steps mentioned in the Kinetis FSCI Host Application Programming Interface. This file's available in the documentation folder 

C:\<installation path>\SDK_2.2_FRDM-KW41Z\docs\wireless\Thread

Please, let me know if this works for you. 

Regards, 

Estephania

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,767件の閲覧回数
estephania_mart
NXP TechSupport
NXP TechSupport

Hello, 

Are you working on Windows or Linux? 

Could you please make sure you followed all the installation steps mentioned in the Kinetis FSCI Host Application Programming Interface. This file's available in the documentation folder 

C:\<installation path>\SDK_2.2_FRDM-KW41Z\docs\wireless\Thread

Please, let me know if this works for you. 

Regards, 

Estephania

0 件の賞賛
返信
1,766件の閲覧回数
devangdixit
Contributor II

I followed the installation steps and now it is working.

thanks