--> -->
 
 
<type 'exceptions.AttributeError'>
Python 2.7.18: /usr/bin/python
Fri Apr 26 16:37:32 2024

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/dawba/www/py/sdqinfo/b3.py in <module>()
     55           '''%(SDQlanguage.replace('qz','&nbsp;'),buttonout)
     56 else:
=>   57     print '<h2>%s</h2>'%(SDQlanguage.replace('qz','&nbsp;'))
     58 #print '<h2>%s</h2>'%(language.replace('qz','&nbsp;'))
     59 
SDQlanguage = None, SDQlanguage.replace undefined

<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'replace'
      args = ("'NoneType' object has no attribute 'replace'",)
      message = "'NoneType' object has no attribute 'replace'"