[email protected] 写于 2008-12-22 06:49:52: > I just started using Vim recently, and I've found it to be an > extremely useful editor for Python. However, the self-installing Vim > 7.2 executable is set up for use with Python 2.4, so it looks for > python24.dll. Since it doesn't exist on my computer, I can't run any > Python code in Vim. (Since Python 3.0 isn't backwards compatible, I > can't just install Python 2.4, because then my programs wouldn't work.) > > Thanks, > Daniel Hast
Perhaps I've missed something, but as far as I know python3.0 is incompatible with python 2.x and vim must be tailored towards Python 3.0 before it can compile with python 3.0. Currently, vim is not designed to work with python 3.0 and it will not compile on Python 3.0 unless you hack the vim code yourself to give it python 3.0 support. Please correct me if I'm wrong. -- Regrads, Pan, Shi Zhu --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
