<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Python doesn't like this:
<br>
<br>
junkfile = open('c:\tmp\junkpythonfile','w')
<br>
<br>
I get
<br>
    junkfile = open('c:\tmp\junkpythonfile','w')
<br>
IOError: [Errno 2] No such file or directory: 'c:\tmp\\junkpythonfile'
<br>
<br>
This problematic segment is just a hack of a similar statement which
has the same problem and a much longer path. I suspect the problem is
with the back slash.
<div class="moz-signature">-- <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° 15' 7" N, 121° 2' 32" W, 2700 feet
<font color="#330099">            
<font color="#33cc00">                 "Equilibrium is when all the fast things have
                  happened, and all of the slow things have not."
                          -- Richard Feynman<span
 style="color: rgb(0, 0, 0);"></span></font></font>
            
                    Web Page: <<a class="moz-txt-link-abbreviated" href="http://www.speckledwithstars.net/">www.speckledwithstars.net/</a>></pre>
</div>
</body>
</html>