An inbound application that prompts the caller to enter a US Zipcode and then reads the weather for that location to the caller.
If you are running the UAS as a Windows service, you may need to add the path to your local Python distribution before attempting to upload this sample to your UAS.
For example, add sys.path.append(os.path.abspath('C:/python26/lib')) before import xml.dom.minidom.
See the troubleshooting guide for more information.