does appy work with python3??

Asked by richard moose

Hi there,

I'd like to try appy out, but have a problem.

I'm running python 3.7 on macos, and I installed "pip install appy", which I believe got the latest 9.x version from pypi.

However, when I try to run a test script, I'm hitting an error on import appy:

raceback (most recent call last):
  File "test_pod.py", line 1, in <module>
    from appy.pod.renderer import Renderer
  File "/Users/rjm/anaconda3/lib/python3.7/site-packages/appy/__init__.py", line 160
    print '%d method(s) patched from %s to %s (%s)' % \
                                                  ^
SyntaxError: invalid syntax

Isn't that the old python 2.7 print syntax???

Question information

Language:
English Edit question
Status:
Expired
For:
Appy Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.