iDigi Dia Start with ConnectPort X2e

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!

Hi,

I m not sure about this error, you may be missing something in your code.
Create an Online Support Request at the below link, http://www.digi.com/support/eservice/login.jsp Digi technical folks may help you.

Hi 16ksa23,

I have solved it. I had another core package installed in my PC and setted in pythonpath.

Now is running.

Thank you.