1
Scripts, Tutorials and Applications / Re: Extracting data from a VNL file
« on: July 13, 2010, 07:36 »
When I tried ipsecog's method using ATK2008.10 in the linux system by excuting the extract_from_vnl_file.py file with the command "atk -i extract_from_vnl_file.py", there was an error:
2
----> 3 filename = raw_input('Please enter VNL file name: ')
4 try:
5 f = zipfile.ZipFile(filename,'r')
6 except:
EOFError: EOF when reading a line
WARNING: Failure executing file: <extract_from_vnl_file.py>
what is the solution? Thanks
2
----> 3 filename = raw_input('Please enter VNL file name: ')
4 try:
5 f = zipfile.ZipFile(filename,'r')
6 except:
EOFError: EOF when reading a line
WARNING: Failure executing file: <extract_from_vnl_file.py>
what is the solution? Thanks