2009/11/14 Pablo Rodríguez <oi...@web.de>:
> Hi there,
>
> is there any method to get the bbox of a given swf file in gfx?
>
> I mean something like:
>
>        import gfx
>        swf =  gfx.open("swf", "file.swf")
>        print swf.bbox
>
> (Sorry if this is enabled or obvious to you, but my distribution
> openSUSE-11.1 doesn't seem to have the gfx module available when
> compiling and I cannot check this.)

Presumsably you do have Python installed?

    python -V

Distro rpm files can be found here,

  http://download.opensuse.org/update/11.1/rpm/x86_64/

If you do have Python, did you install the gfx module, as instructed here,

    http://www.swftools.org/gfx_tutorial.html

Regards,


Chis.


Reply via email to