<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
The line<br>
&nbsp;&nbsp;&nbsp; x = time.strptime(fmt_time, "%H %M %S")<br>
with fmt_time = "11 12 40" <br>
in function produces the msg:<br>
Traceback (most recent call last):<br>
&nbsp; File
"C:\Sandia_Meteors\Improved_Sentinel\Sentinel_Playground\Utility_Dev\SU_DateTimeAdjust.py",
line 209, in ?<br>
&nbsp;&nbsp;&nbsp; if not verify_time(bump_time):<br>
&nbsp; File
"C:\Sandia_Meteors\Improved_Sentinel\Sentinel_Playground\Utility_Dev\SU_DateTimeAdjust.py",
line 69, in verify_time<br>
&nbsp;&nbsp;&nbsp; x = time.strptime(fmt_time, "%H %M %S")<br>
AttributeError: 'list' object has no attribute 'strptime'<br>
<br>
However, in another function the line<br>
&nbsp; x = time.strptime(fmt_date, "%m %d %Y")<br>
<div class="moz-signature">with fmt_date = "10 02 2008" works just fine.<br>
Does my format string in strptime for time have a problem?<br>
<br>
If I use the shell to set fmt_time and x = time.strptime(fmt_time, ...,
I have no trouble.<br>
<br>
&nbsp;-- <br>
<br>
<meta content="text/html;" http-equiv="Content-Type">
<title>Signature.html</title>
<pre class="moz-signature" cols="76">           Wayne Watson (Watson Adventures, Prop., Nevada City, CA)

             (121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time)
              Obz Site:  39&deg; 15' 7" N, 121&deg; 2' 32" W, 2700 feet
<font color="#330099">            
</font>          Interesting government experience prior their candidacy:

            &nbsp;Abraham Lincoln: 2 years; George Washington: 0 years;
              Dwight Eisenhower: 0 years; James Buchanan: 29 years*
                 Barack Obama: 11 years; John McCain: 26 years

              * Not a particularly good president at all
            
                    Web Page: &lt;<a class="moz-txt-link-abbreviated" href="http://www.speckledwithstars.net/">www.speckledwithstars.net/</a>&gt;</pre>
</div>
</body>
</html>