Re: [Vnc2swf-users] [Error] unsupported operand type
Status: Alpha
Brought to you by:
euske
From: Lukasz S. <szy...@gm...> - 2008-04-30 17:58:42
|
Any idea why I might be getting: > Traceback (most recent call last): > File "/home/lucas/pyvnc2swf/edit.py", line 244, in ? > if __name__ == "__main__": sys.exit(main(sys.argv[1:])) > File "/home/lucas/pyvnc2swf/edit.py", line 239, in main > mp3seek=mp3seek, mp3skip=mp3skip) > File "/home/lucas/pyvnc2swf/edit.py", line 86, in reorganize > builder.build(r) > File "/home/lucas/pyvnc2swf/output.py", line 999, in build > self.start() > File "/home/lucas/pyvnc2swf/output.py", line 941, in start > self.movie.info.mp3.seek_frame(0) > File "/home/lucas/pyvnc2swf/mp3.py", line 116, in seek_frame > needsamples = self.needsamples(t) > File "/home/lucas/pyvnc2swf/mp3.py", line 83, in needsamples > return int(self.sample_rate * t) + self.initial_skip > TypeError: unsupported operand type(s) for *: 'NoneType' and 'int' Thanks, Lucas |