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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

Jump to solution
885 Views
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 Solution
633 Views
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

View solution in original post

0 Kudos
2 Replies
634 Views
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 Kudos
633 Views
devangdixit
Contributor II

I followed the installation steps and now it is working.

thanks