> >> >> line 1155: >> File "<string>", line 84 >> @property >> ^ >> SyntaxError: invalid syntax > > I answered my own question: > > :python import platform > :python platform.print_version() > 2.3.5 > > @property was introduced in 2.4 > > The version of python that MacVim has linked against is pretty old :)
And just to close this off, I've recompiled it myself with python 2.5.1 (comes with OS X 10.5.8) and it now works. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_mac" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
