This repository has been archived by the owner on Dec 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
No such file or directory: 'markdownserver/resources/css/github.css' #1
Comments
Ah, I assume that I'm dealing in those paths with wrong way... |
This was referenced Aug 1, 2016
@amitu
I'm very sorry for my late reply, but I truly appreciate you that you created this issue! |
Thanks for the release. Not fixed :-( Traceback (most recent call last):
File "/Users/amitu/.pyenv/versions/2.7.11/envs/burstic/bin/bottle.py", line 862, in _handle
return route.call(**args)
File "/Users/amitu/.pyenv/versions/2.7.11/envs/burstic/bin/bottle.py", line 1732, in wrapper
rv = callback(*a, **ka)
File "/Users/amitu/.pyenv/versions/2.7.11/envs/burstic/lib/python2.7/site-packages/markdownserver/__init__.py", line 11, in gfmize
html_file_name = os.path.basename(converter.convert(resource))
File "/Users/amitu/.pyenv/versions/2.7.11/envs/burstic/lib/python2.7/site-packages/markdownserver/markdown_converter.py", line 31, in convert
code = md.markdown(self.read_md(src), extensions=[markdown_type])
File "/Users/amitu/.pyenv/versions/2.7.11/envs/burstic/lib/python2.7/site-packages/markdownserver/markdown_converter.py", line 35, in read_md
md_file = codecs.open(os.path.join(markdown_dir, file_name),encoding=ms_encoding,mode='r')
File "/Users/amitu/.pyenv/versions/2.7.11/envs/burstic/lib/python2.7/codecs.py", line 896, in open
file = __builtin__.open(filename, mode, buffering)
IOError: [Errno 2] No such file or directory: '/Users/amitu/.pyenv/versions/2.7.11/envs/burstic/lib/python2.7/site-packages/markdownserver/resources/markdown/foo.md'
` |
Does your markdown file which you want to convert locate the following path?
|
No. Its in current folder, ~/projects/burstic/foo.md. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After a fresh install.
markdown-server==0.1.1
Python 2.7.11
The text was updated successfully, but these errors were encountered: