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

SyntaxError: Missing parentheses in call to 'print' [Python 3.5.1 on win32] #6

Open
sginsbourg opened this issue Apr 30, 2016 · 1 comment

Comments

@sginsbourg
Copy link

Hi,

Does the following SyntaxError has any workaround ? Is it relevant to a specific Python version ?
[Python 3.5.1 (v3.5.1:37a07cee5969, Dec 6 2015, 01:54:25) [MSC v.1900 64 bit (AMD64)] on win32]

thanks,
Shay

Error details:

C:\HAR>harry -i C:\HAR\work\Test.har -o C:\HAR\work\T.jmx
Traceback (most recent call last):
File "c:\users\sgins.shay-pc\appdata\local\programs\python\python35\lib\runpy.py", line 170, in run_module_as_main
"main", mod_spec)
File "c:\users\sgins.shay-pc\appdata\local\programs\python\python35\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\Users\sgins.SHAY-PC\AppData\Local\Programs\Python\Python35\Scripts\harry.exe__main
.py", line 5, in
File "c:\users\sgins.shay-pc\appdata\local\programs\python\python35\lib\site-packages\harry\harry.py", line 43
print message
^
SyntaxError: Missing parentheses in call to 'print'

@DevonStrawn
Copy link

Having the same issue. Looks like Harry doesn't yet support Python3.

Installed on Python 2.7 successfully.

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

2 participants