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

Python 3 support #20

Open
mandarvaze opened this issue Dec 16, 2016 · 5 comments
Open

Python 3 support #20

mandarvaze opened this issue Dec 16, 2016 · 5 comments

Comments

@mandarvaze
Copy link

installed fine using pip - but when executed ran into following error :

$ ever2simple
Traceback (most recent call last):
  File "/usr/local/bin/ever2simple", line 7, in <module>
    from ever2simple.core import main
  File "/usr/local/lib/python3.5/site-packages/ever2simple/core.py", line 18
    print 'File does not exist: %s' % filepath
                                  ^
SyntaxError: Missing parentheses in call to 'print'
@smsheth
Copy link

smsheth commented Dec 18, 2016

I'm getting the same error. I tried running in it in virtualenv and couldn't get it to run either. I'm pretty new to all of this so I'm not really sure exactly what I'm doing beyond just following the instructions.
Please help.

@mandarvaze
Copy link
Author

@smsheth I think your only option is to use python 2
Without knowing more details about your setup, it is difficult to help you further (in case you don't know how to set up python2)

@jlbrewer
Copy link

jlbrewer commented Jan 27, 2018

Disclaimer: I've taken courses in Python but I'm not a coder.

Working from @dougdiego 's fork I started working through the stacktraces to make this work in my Python 3 setup. The current commit is as far as I've gotten before running into issue #21.

@joshbmartin
Copy link

This seems to still be an issue.

@mandarvaze
Copy link
Author

@joshbmartin This one seems to be abandoned/not updated in 3 years. So if you installed using pip - you are sure to face the issue.

Others (@jlbrewer and @dougdiego) seem to be maintaining their separate forks, which are much more up to date. @jlbrewer also seems to have python3x branch.

So you consider using code from either of these repos, and see if python3 support works.

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

4 participants