lambdalisue / vim-shareboard

A HTML viewer built for vim. Useful to see output of Pandoc or Markdown
17 stars 3 forks source link

Problems with Mac OSX El Capitan #9

Open wizardwerdna opened 8 years ago

wizardwerdna commented 8 years ago

Apparently the Python Library only works with QT 4.X, and that no longer installs with El Capitan. Am I stuck?

lambdalisue commented 8 years ago

First of all, personally I use previm instead of shareboard.vim now. So I recommend you to check out that plugin.

If you desire to use this plugin somehow, you need to find a way to compile Qt 4.x. Unfortunately PyQT or PySide requires Qt 4.x and I don't really think I will work on to support PyQT5 or PySide2 while I don't use this plugin anymore.

But if you make a PR, I'm ok to merge ;-)