swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Swftools-common] Re: How to close the opened doc


From: jack hu
Subject: [Swftools-common] Re: How to close the opened doc
Date: Mon, 4 Oct 2010 15:50:16 +0800

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 <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]