Skip to content

Instantly share code, notes, and snippets.

@valeth
Created April 29, 2015 15:30
Show Gist options
  • Save valeth/02eeffbd5d19d35dda1b to your computer and use it in GitHub Desktop.
Save valeth/02eeffbd5d19d35dda1b to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/home/valeth/.xdg/share/vim/plugins/vim-pandoc/pythonx/vim_pandoc/async.py", line 39, in <module>
Popen(command)
File "/usr/lib/python3.4/subprocess.py", line 859, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.4/subprocess.py", line 1379, in _execute_child
executable = os.fsencode(executable)
File "/usr/lib/python3.4/os.py", line 770, in fsencode
raise TypeError("expect bytes or str, not %s" % type(filename).__name__)
TypeError: expect bytes or str, not NoneType
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment