AshokEmrys / conque

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

Cannot use with gvim + gentoo + vundle #80

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. emerge gvim, Using my 
vimfiles:https://github.com/jinleileiking/DotFiles/blob/master/.vimrc
2. BundleInstall
3. :ConqueTerm bash

What is the expected output? What do you see instead?
See attachment

What version of the product are you using? On what operating system?
Linux vm 3.2.1-gentoo-r2 #2 SMP Mon Feb 27 03:31:05 Local time zone must be 
set--see zic  i686 Intel(R) Core(TM) i3 CPU M 370 @ 2.40GHz GenuineIntel 
GNU/Linux

Please provide any additional information below.

Original issue reported on code.google.com by jinleile...@gmail.com on 5 Mar 2012 at 4:42

Attachments:

GoogleCodeExporter commented 8 years ago
Adding my error output as the error images will not get picked up by others 
searching for the same error message:

---
Error detected while processing function 
conque_term#open..conque_term#dependency_check..conque_term#load_python:
line    2:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
IOError: [Errno 2] No such file or directory: 
'/Users/snowch/.vim/bundle/Conque-Shell/autoload/conque_term/conque_globals.py'
line    3:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
IOError: [Errno 2] No such file or directory: 
'/Users/snowch/.vim/bundle/Conque-Shell/autoload/conque_term/conque.py'
line   10:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
IOError: [Errno 2] No such file or directory: 
'/Users/snowch/.vim/bundle/Conque-Shell/autoload/conque_term/conque_screen.py'
line   11:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
IOError: [Errno 2] No such file or directory: 
'/Users/snowch/.vim/bundle/Conque-Shell/autoload/conque_term/conque_subprocess.p
y'
An error occurred: bash

Original comment by chsnow...@gmail.com on 12 Aug 2015 at 4:35