Bug 184478

Summary: vim built without python scripting support
Product: [Fedora] Fedora Reporter: Scott Tsai <scottt.tw>
Component: vimAssignee: Karsten Hopp <karsten>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-03-10 09:38:47 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Scott Tsai 2006-03-09 04:53:48 UTC
Description of problem:
Rawhide vim is built without python support.
I have several scripts used daily in administration work that relies on it.
Note that vim has been built with python support since the RH5.0 days, at least.
Is there a technical reason why this was turned off?

Version-Release number of selected component (if applicable):
vim-enhanced-6.4.007-2

How reproducible:
always

Steps to Reproduce:
1.vim --version | grep python
  
Actual results:
+path_extra +perl +postscript +printer -python +quickfix +rightleft -ruby


Expected results:
+path_extra +perl +postscript +printer +python +quickfix +rightleft -ruby

Comment 1 Karsten Hopp 2006-03-09 11:27:39 UTC
Which arch is that ? Looks ok to on x86:

>rpm -q vim-enhanced
vim-enhanced-6.4.007-2
>/usr/bin/vim --version | grep pyth
+path_extra +perl +postscript +printer +python +quickfix +rightleft -ruby


Comment 2 Scott Tsai 2006-03-09 12:18:41 UTC
I'm on x86_64 with package:
vim-enhanced.x86_64-1:6.4.007-2

Comment 3 Karsten Hopp 2006-03-10 09:38:47 UTC
fixed in vim-6.4.007-4, configure wasn't searching in /usr/lib64 on 64bit 
architectures