--> -->
 
 
<type 'exceptions.NameError'>
Python 2.7.14: C:\Python27\ArcGISx6410.6\python.exe
Mon Sep 25 07:43:19 2023

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

 D:\mapdata\public\py\GetBook.py in ()
     67 
     68 print("""
=>   69 <form name="startup" method="POST" action=" """+str(Domain)+"""/esrimap/map.asp?layersToAdd=adjudBooks&view="""+str(Lattitude)+""","""+str(Longitude)+""",11" > 
=>   70 
=>   71 </form>
form = FieldStorage(None, None, [MiniFieldStorage('BK', '89')]), name undefined, method undefined, action undefined, builtin str = <type 'str'>, Domain = 'https://maps.waterrights.utah.gov', Lattitude undefined, Longitude undefined

<type 'exceptions.NameError'>: name 'Lattitude' is not defined
      args = ("name 'Lattitude' is not defined",)
      message = "name 'Lattitude' is not defined"