<-    -c-    ->    


--> -->
 
 
<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/zmlpi-plus.py in ()
   1963 
   1964 
=> 1965     xo=open(hzp+mxx+'/epub/'+mxx+'-'+linknames[ff]+'.html','w')
   1966     xo.write(xhtml10+'\n\n\n\n\n'+xmlfile[ff]+'\n\n\n\n\n</body></html>')
   1967     xo.close
xo undefined, builtin open = <built-in function open>, hzp = '/home3/zenmagic/public_html/zml/', mxx = 'notme', linknames = ['<head><title>not_acceptable!</title></head><body..._was_generated_by_mod_security.</p></body></html>', '<head><title>not_acceptable!</title></head><body..._was_generated_by_mod_security.</p></body></html>', '<head><title>not_acceptable!</title></head><body..._was_generated_by_mod_security.</p></body></html>'], ff = 1

<type 'exceptions.IOError'>: [Errno 2] No such file or directory: '/home3/zenmagic/public_html/zml/notme/epub/notme-<head><title>not_acceptable!</title></head><body><h1>not_acceptable!</h1><p>an_appropriate_representation_of_the_requested_resource_could_not_be_found_on_this_server._this_error_was_generated_by_mod_security.</p></body></html>.html'
      args = (2, 'No such file or directory')
      errno = 2
      filename = '/home3/zenmagic/public_html/zml/notme/epub/notme...generated_by_mod_security.</p></body></html>.html'
      message = ''
      strerror = 'No such file or directory'