Closed GoogleCodeExporter closed 8 years ago
Hmm. I don't use the site module explicitly in Conque. This may just be a Vim
build issue.
What happens when you try to run some basic python code using the python
interface?
E.g.:
:python print 2 + 2
or
:python import os
Note that I'm *not* using the :! syntax.
Original comment by nicora...@gmail.com
on 9 Nov 2011 at 10:48
Thanks for the prompt reply.
typing ":python print 2 + 2" or any other simple python command into MacVim
causes the same crash; the window closes and "ImportError: No module named
site" appears in the terminal.
Original comment by yann.swe...@gmail.com
on 9 Nov 2011 at 10:58
This is a problem with your Vim installation. I sadly am not a Mac user, so I
can't be of too much help.
You may have better luck building Vim from source, or at least may get some
helpful crashes trying to build it that way.
Original comment by nicora...@gmail.com
on 9 Nov 2011 at 11:11
Original issue reported on code.google.com by
yann.swe...@gmail.com
on 9 Nov 2011 at 10:12