eudicots / Cactus

Static site generator for designers. Uses Python and Django templates.
BSD 3-Clause "New" or "Revised" License
3.47k stars 313 forks source link

python 3 support? #158

Closed elguavas closed 9 years ago

elguavas commented 9 years ago

i read somewhere in the docs that python 3 is supported, but i had to install cactus in a python 2.x virtualenv to get it to work...

elguavas commented 9 years ago

specifically when pip install catcus gets to the stage where it is running:

Running setup.py install for cactus...

there follows lots of syntax errors which would seem to indicate non-python3 compatible code being run.

krallin commented 9 years ago

It's in progress, here: https://github.com/koenbok/Cactus/pull/115

Cheers,