Uchida-san
Patch applied. Thanks. -Yusuke
Uchida Yasuo <kg6...@ya...> wrote:
> Hi,
>
> I also had the problem with attaching mp3 sound on Windows
> XP.
>
> Just adding a binary mode flag to the line 124 of
> edit.py(pyvnc2swf-0.6.4) seems to solve the problem.
>
> fp = file(v) -> fp = file(v, "rb")
>
> Yours truly
>
> Yasuo Uchida
|