Opened 12 years ago
Closed 12 years ago
#38085 closed defect (invalid)
vim +python33 (or 31, 32) builds without Python support on Snow Leopard
Reported by: | alexey.muranov@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | raimue (Rainer Müller) | |
Port: | vim |
Description
If i try to install vim with Python 3 support on Snow Leopard, for example
port install vim +python33
i get a working Vim but without Python support (typing :python
gives "E319: Sorry, the command is not available in this version").
The variant +python27
works fine.
Attachments (1)
Change History (6)
comment:1 Changed 12 years ago by raimue (Rainer Müller)
Changed 12 years ago by alexey.muranov@…
The log for a clean build attempt
comment:3 Changed 12 years ago by raimue (Rainer Müller)
Digging deeper into the issue, I guess this is not actually a linking problem. You said you used :python
, however, for vim +python33 you need to use the command :python3
instead. See also :help python3
.
comment:4 Changed 12 years ago by alexey.muranov@…
Yes, sorry about my confusion. :python3
works, so this can be closed. Thank you.
comment:5 Changed 12 years ago by raimue (Rainer Müller)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Can you send me the log for a clean build attempt on that one?
Please attach this
main.log
to this ticket.