2016-07-12 11:24 AM
Can BlueNRG scripting work as a full Python program? Questions I have:
2016-07-13 05:30 AM
Dear customer,
I'll try to give a feedback to you:
•Can scripts be run in a normal Python debug environment rather than using BlueNRG_Script_Launcher to run?
- No the scripts written for BlueNRG device cannot be runned in a normat Python debug because they contain special command understanding only using BlueNRG_Script_Launcher or GUI. •Can I import standard Python modules into my BlueNRG GUI script? Yes, you can import any standard Python modules into BlueNRG GUI script.•Is there a BlueNRG module or package I can import to add Bluetooth capabilities to a normal Python program?
NoRegards,
Graziella Marchese2016-07-13 01:24 PM
Thank you. That was very helpful.
2016-07-25 01:46 AM
Very useful. Thank you
2016-12-08 12:24 PM
Hi,
I tried to include very simple package 'import json' in the script and it failed. Would appreciate if you let me know why I am facing the issue. As per your answer above, python scripts are normal python and should be able to include any python packages.
My question:
2016-12-12 03:38 AM
Dear Customer,
normally the import works, probably you have any problem with json package.