AshokEmrys / conque

code.google.com/p/conque
0 stars 0 forks source link

Does not work with MacVim (ImportError) #99

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. mvim -v 
2. :ConqueTerm bash

What is the expected output? What do you see instead?
Expect to see bash shell inside vi (inside Terminal.app, because of the option 
-v).
Instead I see message "ImportError: No module named site", vim crashes. MacVim 
location: /usr/local/bin/mvim. Running MacVim without option -v, does not solve 
the problem.

What version of the product are you using? On what operating system?
I am using MacVim 7.3 (66), ConqueShell 2.3, Mac OS X 10.8.4

Please provide any additional information below.
ConqueShell works fine with vim that is shipped with Mac OS (/usr/bin/vim and 
/usr/bin/vi).

Original issue reported on code.google.com by pragm...@gmail.com on 2 Aug 2013 at 3:30