Title: Signature.html
Python doesn't like this:

junkfile = open('c:\tmp\junkpythonfile','w')

I get
    junkfile = open('c:\tmp\junkpythonfile','w')
IOError: [Errno 2] No such file or directory: 'c:\tmp\\junkpythonfile'

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.
--
           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
            
                 "Equilibrium is when all the fast things have
                  happened, and all of the slow things have not."
                          -- Richard Feynman
            
                    Web Page: <www.speckledwithstars.net/>
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to