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

Fix python 3 stuff #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

msabramo
Copy link

Fix a few small things that don't work in Python 3. It still doesn't work in Python 3, but it's a tad closer and this is a small and easy PR to review.

    $ pip install tox
    ...
    $ tox
    ...
      py26: commands succeeded
      py27: commands succeeded
    ERROR:   py32: InvocationError: /Users/marca/dev/git-repos/cheetah/.tox/py32/bin/pip install -U --no-deps /Users/marca/dev/git-repos/cheetah/.tox/dist/Cheetah-2.4.4.zip (see /Users/marca/dev/git-repos/cheetah/.tox/py32/log/py32-3.log)
    ERROR:   py33: InvocationError: /Users/marca/dev/git-repos/cheetah/.tox/py33/bin/pip install -U --no-deps /Users/marca/dev/git-repos/cheetah/.tox/dist/Cheetah-2.4.4.zip (see /Users/marca/dev/git-repos/cheetah/.tox/py33/log/py33-3.log)
    ERROR:   py34: InvocationError: /Users/marca/dev/git-repos/cheetah/.tox/py34/bin/pip install -U --no-deps /Users/marca/dev/git-repos/cheetah/.tox/dist/Cheetah-2.4.4.zip (see /Users/marca/dev/git-repos/cheetah/.tox/py34/log/py34-3.log)
      pypy: commands succeeded
@tiarno
Copy link

tiarno commented Apr 28, 2015

I'm not an admin, only a user of Cheetah, but I'm glad to see it get some attention. Moving to Python3 is on my to-do list and having Cheetah support that would make my life much easier.

@msabramo
Copy link
Author

Note: This fixes all of the issues fixed by #7 plus a few more.

$ tox
...
  py26: commands succeeded
  py27: commands succeeded
ERROR:   py32: commands failed
ERROR:   py33: commands failed
ERROR:   py34: commands failed
  pypy: commands succeeded

@luzpaz
Copy link

luzpaz commented Apr 29, 2015

bump

@asottile
Copy link

asottile commented May 9, 2015

fwiw, we're maintaining a fork which adds python3 support (in v0.1.1) (but cuts out a ton of features we deemed unnecessary) here: https://github.com/Yelp/yelp_cheetah

@rtyler
Copy link
Collaborator

rtyler commented Jul 9, 2015

@asottile want to take over the github organization and help get some of this updated?

@bukzor
Copy link

bukzor commented Jul 9, 2015

@rtyler The fork is so far removed now that it's not properly cheetah anymore; people would have to do some good amount of work to port any existing cheetah project.

@bukzor
Copy link

bukzor commented Jul 15, 2015

@rtyler What's your relationship to cheetah now?

@phdru
Copy link

phdru commented Dec 25, 2016

want to take over the github organization and help get some of this updated?

@rtyler if nobody has stepped up — could it be me? I have been using Cheetah for ages. I must admit I don't know its internals and has to learn it. I cannot promise I could revive development but at least I am gonna try.

@phdru
Copy link

phdru commented Mar 20, 2017

This was applied at CheetahTemplate3/cheetah3@f60572d

Thank you!

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