swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] Windows Python Question


From: Daichi Shinozaki
Subject: Re: [Swftools-common] Windows Python Question
Date: Sat, 29 Jan 2005 20:45:37 +0900
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7) Gecko/20040616

Hi,

Chris Flowers wrote:

> I've downloaded and installed Python 2.4 on a Windows XP machine.
> I can see I need to "import SWF" but I'm unsure how to do this.

Before you start, you need a pre-compiled python module for Python 2.4.
The SWF.dll included in official win32 binary distribution is for Python
2.3.

I built a SWF.pyd(swftools-0.6.2) for Python 2.4, I'm not sure this
works fine, just worked for me.
http://shield.jp/~dseg/swftools/binaries/0.6.2-pyswf-py24-windows.zip

Get and unzip it to C:\Python24\Lib. Open PythonWin and type:

python>>> import SWF
python>>> SWF.

If the module has loaded successfully, when you type "SWF." list of
available methods will be displayed.

Regards,
--
Daichi Shinozaki
SHIELD.JP Admin




reply via email to

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