--> -->
 
 
NameError
Python 2.4.3: /usr/bin/python
Mon Feb 6 15:17:44 2012

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

 /home/wdwtanks/public_html/getpage.py
  117       
  118       for pump in pump_list:
  119         meta = meta + '%s, ' % pump.lstrip()
  120       
  121       if (float(min_special_price) > 0):
meta undefined, pump = ' Town Mains Tank-Pump-House Connection', pump.lstrip = <built-in method lstrip of str object>

NameError: name 'meta' is not defined
      args = ("name 'meta' is not defined",)