Page MenuHomeSolus

ReText - Live preview not working
Closed, ResolvedPublic

Description

ReText 7.0.4 (using PyMarkups 2.0.0) has an error message, when it tries to parse file types like markdown, for example making previews.

Error message: "Could not parse file contents, check if you have the necessary module installed!"

Revisions and Commits

Event Timeline

joebonrichie changed the task status from Open to In Progress.Oct 28 2018, 9:09 PM
joebonrichie triaged this task as Normal priority.
joebonrichie edited projects, added Software; removed Lacks Project.
joebonrichie added a subscriber: joebonrichie.

Confirmed, seem to be missing a python module with the python-markdown module needing some fixup as well.

Updated a bunch of python dependencies and packaged the missing python module which seems to have resolved the issue. Due to the high amount of changes in unstable this sync I'm afraid you'll have to wait til Friday until the fix gets to you, unless you are willing to risk to switch to the unstable repo. Please feel free to reopen the issue if the problem persists.

Hi, I've got the update yesterday, and I've tested the markdown preview within ReText. It's works now. Thanks for your work!