<   > 
   a-   a+   ^   up   dn   v   c   top   find 

<-    -c-    ->    


--> -->
 
 
<type 'exceptions.IOError'>
Python 2.7.2: /home4/zenmagic/python/bin/python
Fri Apr 26 19:54:29 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/zml/suite/jaguar.py in ()
   2341 
   2342 
=> 2343     xo=open(hzp+mxx+'/epub/'+mxx+'-'+linknames[ff]+'.html','w')
   2344     xo.write(xhtml10+'\n\n\n\n\n'+xmlfile[ff]+'\n\n\n\n\n</body></html>')
   2345     xo.close()
xo undefined, builtin open = <built-in function open>, hzp = '/home4/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: '/home4/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 = '/home4/zenmagic/public_html/zml/notme/epub/notme...generated_by_mod_security.</p></body></html>.html'
      message = ''
      strerror = 'No such file or directory'