On Thu, Jun 04, 2015 at 09:20:53AM +0200, Peter Bienstman wrote:
> Hi,
>
> As a fallback, you can rely on playing audio through mplayer.
>
> In pyqt_ui/pyqt_render_chain.py, you find:
>
> class PyQtRenderChain(RenderChain):
>
> id = "default"
>
> if sys.platform == "win32":
> filters = [Latex, EscapeToHtml, ExpandPaths, MplayerAudio,
> MplayerVideo, RTLHandler, NonLatinFontSizeIncrease]
> else:
> filters = [Latex, EscapeToHtml, ExpandPaths, Html5Audio,
> Html5Video, RTLHandler, NonLatinFontSizeIncrease]
>
> renderers = [HtmlCss]
>
> Just replace 'if sys.platform == "win32":' by 'if True:'.
Hello Peter,
I tried replacing the offending line and running mnemosyne, receiving
a `NameError: `MplayerAudio' is not defined`.
I tried to modify line 17 in a similar way and this time got a
`'module' object has no attribute 'STARTUPINFO'`.
I attach a .jpg with both complete errors.
--
You received this message because you are subscribed to the Google Groups
"mnemosyne-proj-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/mnemosyne-proj-users/20150604105241.GA2681%40casa.casa.
For more options, visit https://groups.google.com/d/optout.