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'



_______________________________________________
Mailing list: https://launchpad.net/~yade-dev
Post to     : yade-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yade-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to