View Single Post
  #17  
Old 06-27-2005, 02:17 AM
scarolan
Fire Beetle
 
Join Date: Jun 2005
Posts: 1
Default Trouble with Python Script

daeken_bb - excellent detective work and python script. I do have a question though - when I try to run the python script on any of the VPK files, I get the following:

[scarolan@dellnote ~]$ python decompress.py SndUI.vpk
Traceback (most recent call last):
File "decompress.py", line 51, in ?
sys.exit(main(sys.argv[1:]))
File "decompress.py", line 24, in main
os.mkdir(args[1])
IndexError: list index out of range


Any ideas what's causing that?
Reply With Quote