Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

You are here: Forum Home → ANT+ Forums → ANT+ Simulation Tools → Thread

   

SimulANT+ Remote Control Display Device

Rank

Total Posts: 19

Joined 2013-11-21

PM

I've set up a Master Remote Control Device and have tried to pair it with SimulANT+. However, when I run either to the two scripts provided, I get the following errors:
229191578 : Started running script...
229191625 : Script: grc_PageRequests.py
229193984 : Script error!
229193984 : Traceback (most recent call last):
File "C:\.\SimulANT+1.5\SimulANT+\Scripts\GenericRemoteControl\grc_PageRequests.py", line 12, in <module>
ImportError: No module named threading
229312859 : Started running script...
229312875 : Script: grc_CommandStatus.py
229312968 : Script error!
229312984 : Traceback (most recent call last):
File "C:\..\SimulANT+1.5\SimulANT+\Scripts\GenericRemoteControl\grc_CommandStatus.py", line 13, in <module>
ImportError: No module named threading

Should the scripts be changed in some way?
     
Avatar
RankRankRankRank

Total Posts: 662

Joined 2012-10-09

PM

That particular script requires a local python installation. Please refer to the SimulANT+ Scripting Interface help file for more details.      
Rank

Total Posts: 19

Joined 2013-11-21

PM


Thank-you Alejandra.

It works fine with Python installed.