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

print error in python 3 #67

Open
jramirezpr opened this issue Nov 15, 2018 · 0 comments
Open

print error in python 3 #67

jramirezpr opened this issue Nov 15, 2018 · 0 comments

Comments

@jramirezpr
Copy link

when I try import dstk i get
Traceback (most recent call last):

File "C:\Users\Guest\Anaconda3Folder\lib\site-packages\IPython\core\interactiveshell.py", line 2961, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)

File "", line 1, in
import dstk

File "C:\Users\Guest\Anaconda3Folder\lib\site-packages\dstk.py", line 267
print 'No match'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('No match')?

It seems this needs to be updated to python 3 syntax.

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

1 participant