--> -->
 
 
AttributeError
Python 2.4.4: /usr/local/bin/python
Fri May 24 08:13:15 2013

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /usr/websites/jhformyhome/siding-hardiesoffit-soffits.py
  501 templateParams["products"] = products
  502 # templateParams["zipcode"] = search_zipcode
  503 if search_zipcode.startswith("retail"):
  504         templateParams["zipcode"] = ""
  505 else:
search_zipcode = None, search_zipcode.startswith undefined

AttributeError: 'NoneType' object has no attribute 'startswith'
      args = ("'NoneType' object has no attribute 'startswith'",)