FSX / misaka

A Python binding for Hoedown.
http://misaka.61924.nl
MIT License
418 stars 65 forks source link

misaka doesn't install under PyPy #39

Closed alex closed 9 years ago

alex commented 11 years ago

This is because of the cython, one approach to resolving this would be to switch to cffi

FSX commented 11 years ago

Hey, I thought about doing that, but I don't have time at the moment. I'll read into it anyway. Edit: Maybe I can try something.

@hhatto forked Misaka and swapped Sundown with Hoedown. Maybe you can ask him.

alex commented 11 years ago

I mostly filed this for tracking purposes, I realize it's quite a bit of work and I don't have the time to volunteer either :)

hhatto commented 11 years ago

Hi, @alex

python-hoedown forked from misaka library. python-hoedown is installable on pypy2.1.0(based on Python2.7.3)

Could you try using python-hoedown?

easy_install hoedown
alex commented 11 years ago

I can confirm it installs ok

FSX commented 9 years ago

Working on a CFFI port. It works with PyPy 2.6.