Module Missing

Created the dia.zip succesfully using sample dia.yml. When dia.py is ran locally it works but when placed on a X4 (along with the dia.zip) it cannot find the os module.

#> python dia.py dia.yml

Traceback (most recent call last):
  File "", line 35, in ?
ImportError: No module named os.path

Hello,

Do you have the file python.zip on your device?

If not, download http://ftp1.digi.com/support/sampleapplications/40002643_B.zip , rename it to python.zip, and then upload it to your device. It’s the set of standard libraries for the device.

This zip is found by clicking ‘Python Library’ and then ‘Python Standard Library’ at the following page: http://www.digi.com/technology/drop-in-networking/python.jsp

Thanks,
Chris

Thanks Chris,

I assumed that the dia.zip once built would have the needed modules and removed my python.zip.