Hi,
For Xbee Industrial gateway (non-cellular) was told python.zip would be pre-installed but it seems the path interpreter checks but browsing the same does not exist.
>>> import sys
>>> print ’
'.join(sys.path)
/usr/lib/python27.zip <<<<>
Can someone point where exactly the standard python.zip which is requirement for many applications. The one I have does not seem to work(http://ftp1.digi.com/support/sampleapplications/40002643_B.zip) as I need Digi version socket.py having definitions for
AF_ZIGBEE
ZBS_PROT_TRANSPORT etc.
Thanks mvut,
Original query is “python.zip” , is there link where I can get latest copy so that I can use it for sample applications?
I can then upload it to filesystem and reference in the modules etc.
Ok , with lot of investigation it seems ZBS_PROT_TRANSPORT need to be changed to XBS_PROT_TRANSPORT . It seems lot of examples are old and not relevant for latest libraries.