AshokEmrys / conque

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

installation file copy problem #60

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Follow the given installation steps:
1. open conque_2.2.vmb in Gvim
2. type :so %<CR>
3. type :q<CR>

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

I would expect to see that the directory conque_term and its contents (a bunch 
of .py files) were copied into .vim/autoload

The directory and its contents are not copied. When I try to run :ConqueTerm 
bash in a Gvim window, I get an error saying that the .py files are not found.

What version of the product are you using? On what operating system?

Version 2.2 on Ubuntu 11.04 with Python version 2.7 (Debian's default version) 
and Vim version 2:7.3.035+hg~8fdc12103333-1ubuntu7 (vim-gnome)

Please provide any additional information below.

I downloaded the .tar.gz and manually placed the conque_term directory with the 
enclosed .py files into the .vim/autoload directory. This fixed the problem. I 
assume there may have been some file copy permissions problems when running the 
installation that caused these particular files not to be copied.

Original issue reported on code.google.com by pyr...@gmail.com on 16 Aug 2011 at 8:15

GoogleCodeExporter commented 8 years ago
Vimball was missing files. I updated the download to correct the problem.

Thanks.

Original comment by nicora...@gmail.com on 16 Aug 2011 at 5:04