Re: [Swftools-common] bad file-ext for python lib on windows

2009-03-31 Thread oyster
yes, gfx.pyd works for py25/26/...

2009/3/31, Matthias Kramm :
> On Mon, Mar 30, 2009 at 09:33:02PM +0800, oyster  
> wrote:
> > I have downloaded swttools for windows, and I found that the python
> > lib for py25/26 has a "dll" file extension. However it is recommended
> > to use pyd now, so can you change that?
> >
> > for gfx.dll
> > [code]
> > import gfx
> > ImportError: No module named gfx
> > [/code]
>
> You're saying that if the file is called "gfx.pyd", the above import
> works?
>
> Matthias
>
>
>
>
>




Re: [Swftools-common] bad file-ext for python lib on windows

2009-03-31 Thread Matthias Kramm
On Mon, Mar 30, 2009 at 09:33:02PM +0800, oyster  wrote:
> I have downloaded swttools for windows, and I found that the python
> lib for py25/26 has a "dll" file extension. However it is recommended
> to use pyd now, so can you change that?
> 
> for gfx.dll
> [code]
> import gfx
> ImportError: No module named gfx
> [/code]

You're saying that if the file is called "gfx.pyd", the above import
works?

Matthias






[Swftools-common] bad file-ext for python lib on windows

2009-03-30 Thread oyster
I have downloaded swttools for windows, and I found that the python
lib for py25/26 has a "dll" file extension. However it is recommended
to use pyd now, so can you change that?

for gfx.dll
[code]
import gfx
ImportError: No module named gfx
[/code]

thanx

btw, can someone supply the lib for py24 on windows? I failed to
complied swftools by myself, because it always says there is no
freetype, but I have one in fact :(