yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #04197
[Bug 571487] Re: qt.createVideo - 'module' object has no attribute 'createVideo'
Fixed, though the replacement is somewhas terse.
** Changed in: yade
Importance: Undecided => Low
** Changed in: yade
Status: New => Fix Released
--
qt.createVideo - 'module' object has no attribute 'createVideo'
https://bugs.launchpad.net/bugs/571487
You received this bug notification because you are a member of Yade
developers, which is subscribed to Yade.
Status in Yet Another Dynamic Engine: Fix Released
Bug description:
method described in https://yade-dem.org/wiki/New:Making_videos
from yade import qt
qt.createVideo('/tmp/player.sqlite','/tmp/player.ogg',
'/tmp/qglviewerState.xml',stride=10,fps=12)
gives:
Yade [1]: from yade import qt
Yade [2]: qt.createVideo('/tmp/player.sqlite','/tmp/player.ogg',
...: '/tmp/qglviewerState.xml',stride=10,fps=12)
AttributeError: 'module' object has no attribute 'createVideo'
References