← Back to team overview

yade-dev team mailing list archive

[Bug 571487] [NEW] qt.createVideo - 'module' object has no attribute 'createVideo'

 

Public bug reported:

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'

** Affects: yade
     Importance: Undecided
         Status: New

-- 
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: New

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'





Follow ups

References