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,023 次查看
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,771 次查看
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,772 次查看
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,771 次查看
devangdixit
Contributor II

I followed the installation steps and now it is working.

thanks