In Windows system, if we try to delete the the opened doc using something
like os.remove("flashfile.swf"), we would fail with exception WindowsError:
error32. But
that's fine in Linux. I also have tried "del doc2" before os.remove and the
same exception
raised. So why does the gfx module not provide the close method?

On Fri, Oct 1, 2010 at 10:32 PM, jack hu <[email protected]> wrote:

> Hi,
>    how can we close the opened doc when using the gfx module?
> there is doc2 = gfx.open("swf", "flashfile.swf"), but it seems that
> the doc2.close() does not exits.
>
> Thanks,
> Jack
>

Reply via email to