Hi Angeline,

I recently had problems displaying image formats other then pngs as well [was a
thread on this mailinglist called "PyQT for Softimage: problem with image
formats? (was: problem with QIcons)"].

You could try adding the PyQt image plugins (e.g. qgif4.dll) "by hand" like
this:
======================================
...
sianchor = Application.getQtSoftimageAnchor()

# now add the libs by hand
QtGui.QApplication.instance().addLibraryPath('/pathtopy/sitepackages/PyQt4/plugins')

sianchor = sip.wrapinstance( long(sianchor), QWidget )
oDialog = QDialog(sianchor)
...
======================================

Hope this helps? (Not sure if solves the animated gif thing, it sure solved
displaying jpgs etc.)




> Angeline <[email protected]> hat am 2. Juli 2013 um 10:31 geschrieben:
> 
> 
>  Hi,
> 
>  I'm having some troubles with trying to play animated gifs using QMovie
> attached a QLabel in a dialog in Softimage.
> 
>  I'm using the setMovie() in QLabel to display the animated gif.
> 
>  When I ran the plugin, the window is empty despite starting the movie on
> load. The same set of codes works when I ran it using python shell without the
> Softimage plugin codes.
> 
>  Thanks
>  Angeline
> 
>  Junior TD
>  One Animation
> 
















































[nhb]
        Philipp Oeser
        Pipeline Engineer
        T       +49 40 - 450 120 - 401
        www.nhb.de <http://www.nhb.de>


nhb video GmbH | nhb ton GmbH

Alsterglacis 8 | 20354 Hamburg

        nhb video GmbH, HRB 61617
Geschäftsführer: Michael Vitzthum, Matthias Rewig
nhb ton GmbH, HRB 73877
Geschäftsführer: Michael Vitzthum, Matthias Rewig
        [dolby]nhb is Dolby approved
        Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Das unerlaubte Weiterleiten dieser Mail ist nicht gestattet. This
e-mail may contain confidential and/or privileged information. Any unauthorised
disclosure of the material in this e-mail is forbidden.

Reply via email to