Hi,
I am trying to run an iDigi Dia Project with Digi ESP for Python. I have not modified the automatic code generated, just including my Xbee module in Devices. I am getting the next error:
Launching Dia framework …
Traceback (most recent call last):
File “dpdsrv.py”, line 12, in
execfile(os.path.join(os.path.abspath(‘.’), ‘dia.py’))
File “/userfs/WEB/python/dia.py”, line 46, in
from core.core_services import CoreServices
ImportError: No module named core.core_services
I do not understand it, because “core.core_services” is imported in dia.py code, but building does not include that module in dia.zip.
Please, could you help me?
Thank you!