SendKeys and Python 2.7
Jakson A. Aquino
jaksonaquino at gmail.com
Thu Sep 9 06:07:56 EDT 2010
Hi,
I would like to send code from Vim [1] to R [2] on Microsoft Windows.
Vim needs python 2.7 but the pre-compiled SendKeys module [3] is only
avaiable for python 2.6. How can I make SendKeys work with python 2.7?
I don't know how to compile python code.
Is there an alternative to SendKeys? I'm sending to R only "^v" to
paste the content of the clipboard.
Thanks,
Jakson Aquino
[1] http://www.vim.org/
[2] http://www.r-project.org/
[3] http://www.rutherfurd.net/python/sendkeys/#binaries
More information about the Python-list
mailing list