Bug 2313514 - You need vim compiled with Python 2.6, 2.7 or 3.2 and later support for Powerline to work.
Summary: You need vim compiled with Python 2.6, 2.7 or 3.2 and later support for Power...
Keywords:
Status: CLOSED DUPLICATE of bug 2311860
Alias: None
Product: Fedora
Classification: Fedora
Component: vim
Version: 41
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Zdenek Dohnal
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-09-19 11:29 UTC by Marc Muehlfeld
Modified: 2024-09-20 06:25 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2024-09-20 06:25:26 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Marc Muehlfeld 2024-09-19 11:29:40 UTC
vim-enhanced 9.1.719-1 shows an error:

You need vim compiled with Python 2.6, 2.7 or 3.2 and later support
for Powerline to work. Please consult the documentation for more
details.

Reproducible: Always

Steps to Reproduce:
1. Install F41 beta.
2. Update vim packages:
   # dnf update vim*
3. Open a file in vim:
   $ vim test
Actual Results:  
When you start VIM, the following error is shown:

You need vim compiled with Python 2.6, 2.7 or 3.2 and later support
for Powerline to work. Please consult the documentation for more
details.

Expected Results:  
No error should be shown.

The vim-enhanced 9.1.660-2.fc41 package shipped on the 41 beta ISO doesn't contain this bug.

Workaround: Remove vim-powerline 
# dnf remove --noautoremove vim-powerline
The --noautoremove parameter is needed because, without it, all VIM package are removed as unused dependencies.

Comment 1 Zdenek Dohnal 2024-09-20 06:25:26 UTC
This is caused by the same issue as #2311860 - closing this one as duplicate.

*** This bug has been marked as a duplicate of bug 2311860 ***


Note You need to log in before you can comment on or make changes to this bug.