-
Notifications
You must be signed in to change notification settings - Fork 11
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
Problem Installing on OS X #28
Comments
(Disclaimer: I’m not a maintainer, just an interested would-be user who’s also had problems with installing VimChat on OS X and has never gotten it to work.) Is that all the error it gives you (anything else from running Edit: Wait. Is that |
I'm sorry if I was unclear. Vim never starts up, that is the shell output. Vim is completely unusable in this state. |
Ah ah ah. No, I think I was just a bit slow there (clearly could use more coffee). Weird. I just tried installing it again myself and apparently failed — I ran the install script and also tried using Vundle, but I don’t see the Edit again: The Vundle problem seems to be its own issue, which I’d missed. #26 |
OK — just my own oversight once again (sorry!). Apparently I’d not installed xmpppy on this machine. I just did, and now with an account listed in the config file, I get:
(I’m using zsh.) So that makes two of us. One (notable?) difference is that I don’t get the segfault until I run the |
I'm also using ZSH but I just verified the problem is exactly the same if you use Bash. Odd that it's dying with a different process signal (mine: ABRT, yours: SEGV). Originally I didn't have an account in my I still think there are missing dependencies, but I don't know which ones or how to install them. |
I’m wondering if there are outdated dependencies. Similarly though I don’t know which ones they would be (I’m sadly no Pythonist). @ironcamel? @throughnothing? |
@throughnothing uses OSX exclusively. Sorry, I only have access to linux machines. @throughnothing, want to chime in? |
@kgust @fifthposition I had some trouble recently getting vimchat to run on arch linux because of a bug in the xmpppy library: eventlet/eventlet#124 (comment) I got around it by installing this this forked version of xmppy which has patched the bug: https://github.com/ArchipelProject/xmpppy
Can you guys try installing that and see if it fixes your issue. |
I have installed the VimChat bundle. Now starting vim gives me...
I installed xmppy-0.5.0c1-py2.7.egg with
easy_install xmpppy
. That made no difference.My Vim (7.4.258) is installed via Homebrew and does include +python. What am I doing wrong?
BTW, removing the plugin does cause the problem to go away.
The text was updated successfully, but these errors were encountered: