neilagabriel / vim-geeknote

Vim plugin for Geeknote
233 stars 16 forks source link

First errors #2

Closed slavaGanzin closed 10 years ago

slavaGanzin commented 10 years ago

Hi, great work, but:

Error detected while processing function Vim_GeeknoteCreateNote:
line    5:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/vganzin/.config/.vim/bundle/vim-geeknote/plugin/vim_geeknote.py", line 8, in <module>
    from geeknote.geeknote import *
  File "/usr/lib/python2.7/site-packages/geeknote/geeknote.py", line 18, in <module>
    import config
  File "/usr/lib/python2.7/site-packages/geeknote/config.py", line 23, in <module>
    IS_OUT_TERMINAL = sys.stdout.isatty()
AttributeError: isatty

Geeknote build from aur, vim-geeknote with Vundle

I'm not good in python environment, but can help a bit in coding if there is an open features just for fun

neilagabriel commented 10 years ago

Unfortunately, you have to use my fork of geeknote for now (see README). I have to get a few changes (the fix for this included) into the main geeknote repository before it will all work. I've had an active pull request for a while but I'm not sure if the author is active right now.

neilagabriel commented 10 years ago

See https://github.com/VitaliyRodnenko/geeknote/pull/222

neilagabriel commented 10 years ago

You can now use the mainline Geeknote repository with this plugin. Just before sure you pull the latest updates for both projects.