--> -->
 
 
<type 'exceptions.IOError'>
Python 2.7.2: /home3/zenmagic/python/bin/python
Tue Oct 15 18:21:30 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.

 /home2/zenmagic/public_html/readbyline.py in ()
     91 #f = urllib.urlopen('http://zenmagiclove.com/savefile.zml')
     92 #f = urllib.urlopen('http://zenmagiclove.com/savefile.zml')
=>   93 f = open("savefile.zml", "r")
     94 
     95 #ps=ps+'\n'+str(time.asctime())+" "+str(time.clock())
f undefined, builtin open = <built-in function open>

<type 'exceptions.IOError'>: [Errno 2] No such file or directory: 'savefile.zml'
      args = (2, 'No such file or directory')
      errno = 2
      filename = 'savefile.zml'
      message = ''
      strerror = 'No such file or directory'