-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python/dyn instead of python #24
Comments
The plugin only calls
|
It gives 1... but the error appears anyway...strange doesn't? |
@giper45 Was this ever resolved? |
Hi @ranguli unfortunately I wasn't able to use latex preview with python/dyn , even by editing the plugin and by supporting the python/dyn library it didn't work. I don't know if it's a Mac problem, anyway a solution could be to download vim source code and compile it by enabling the python support and by replacing the native mac vim with the compiled vim. I didn't try this, and I'm using a mix of texshop (mac native latex editor) to update the pdf preview with ctrl+R and mac native vim to edit latex files more quickly. If you try to compile vim let me now if the plugin works! |
@giper45 My solution (documented in issue #12 ) is the same as yours, I had to re-compile Vim with |
Fun fact: here is my working config: VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Jun 8 2017 20:53:45)
Included patches: 1-628
Compiled by Arch Linux
Huge version without GUI. Features included (+) or not (-):
+python/dyn +python3/dyn So, I'm not totally sure it is entirely related to |
@badouralix Funky. So both of your Vim installations support But if they both support |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 30 days if no further activity occurs, but feel free to re-open a closed issue if needed. |
Hello, in my default vim installed Mac Version there's the following python support:
It seems that there is dynamic python library support, but when I run with enabled plugin vim error still happens:
Is there any way to use dynamic python without compiling vim for the static python library ? Thanks in advance!
The text was updated successfully, but these errors were encountered: