--> --> --> C:\Program Files (x86)\Parallels\Plesk\Additional\Python\lib\cgitb.py:173: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 value = pydoc.html.repr(getattr(evalue, name))
 
 
<type 'exceptions.IOError'>
Python 2.6.5: C:\Program Files (x86)\Parallels\Plesk\Additional\Python\python.exe
Sun May 20 08:26:01 2012

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 C:\Inetpub\vhosts\blacklist.co.il\httpdocs\cgi-bin\bl\who.py in ()
   36 #check if user exists
   37 list_file.close()
   38 list_file=open(path,"a")
   39 list_file.write(t2+','+t1+','+t3+';')
   40 list_file.close()
list_file = <closed file 'files/mylist2.txt', mode 'r'>, builtin open = <built-in function open>, path = 'files/mylist2.txt'

<type 'exceptions.IOError'>: [Errno 13] Permission denied: 'files/mylist2.txt'
      args = (13, 'Permission denied')
      errno = 13
      filename = 'files/mylist2.txt'
      message = ''
      strerror = 'Permission denied'