Re: [Vnc2swf-users] Res: version 0.9.3 crashed
Status: Alpha
Brought to you by:
euske
From: Daniel S. <dan...@gm...> - 2007-09-18 13:06:20
|
Hi, > I found the edit.py can actually recover the partially recorded session. > Could you just run: > > $ ./edit.py -o recovered.swf incomlete.swf output : bash-3.2$ ./edit.py -o kopia.swf new.swf Using pygame 1.7.1release Traceback (most recent call last): File "./edit.py", line 244, in <module> if __name__ == "__main__": sys.exit(main(sys.argv[1:])) File "./edit.py", line 239, in main mp3seek=mp3seek, mp3skip=mp3skip) File "./edit.py", line 76, in reorganize movie.parse_vnc2swf(fname, True) File "/cygdrive/d/bin/pyvnc2swf-0.9.3/pyvnc2swf/movie.py", line 169, in parse_vnc2swf File "/cygdrive/d/bin/pyvnc2swf-0.9.3/pyvnc2swf/swf.py", line 148, in open File "/cygdrive/d/bin/pyvnc2swf-0.9.3/pyvnc2swf/swf.py", line 55, in open IOError: [Errno 2] No such file or directory: 'new.swf' BUT! ... when I'm trying to run alone ./edit.py I get : [standard help lines...] + Traceback (most recent call last): File "./edit.py", line 244, in <module> if __name__ == "__main__": sys.exit(main(sys.argv[1:])) File "./edit.py", line 206, in main if v.endswith('.swf'): AttributeError: 'NoneType' object has no attribute 'endswith' I've http://www.unixuser.org/~euske/vnc2swf/pyvnc2swf-0.9.3.tar.gz version of app Daniel |