Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CommonMark Import error #13

Closed
akpierson opened this issue Oct 29, 2018 · 2 comments
Closed

CommonMark Import error #13

akpierson opened this issue Oct 29, 2018 · 2 comments

Comments

@akpierson
Copy link

On windows, i checked where you import CommonMark library as
import CommonMark

I got an error even though i had the lib installed. I changed it to all lowercase
import commonmark
and it fixed the issue.

Just though you should know.

@paper42
Copy link
Contributor

paper42 commented Nov 15, 2018

Solved in #14. Just waiting to be merged.

@sunainapai
Copy link
Owner

Hi @akpierson, Thank you for reporting this issue. This issue was caused by commit 4ee43fb in CommonMark-py which removed a symbolic link named CommonMark.

I have now merged pull request #14 by @PaperMountainStudio which fixes this issue. Thank you, @PaperMountainStudio, for the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants