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' #2

Open
ghost opened this issue Apr 23, 2018 · 1 comment
Open

SyntaxError: Missing parentheses in call to 'print' #2

ghost opened this issue Apr 23, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 23, 2018

Hi there,

Any idea why I'm seeing the error below please?

PS C:\PyPowerShellXray-master> .\psx.py .\script1.ps1
Traceback (most recent call last):
File "C:\PyPowerShellXray-master\psx.py", line 87, in
from envi.archs.i386 import i386Disasm
File "C:\vivisect-master\vivisect-master\envi_init_.py", line 352
print "%s needs to implement getOperValue!" % self.class.name
^
SyntaxError: Missing parentheses in call to 'print'
PS C:\PyPowerShellXray-master>


My python path environment variable is configured as follows:

pythonpath=C:\vivisect-master\vivisect-master

Thanks

@ghost
Copy link
Author

ghost commented Apr 23, 2018

Seems to be working using Python 2.7. Thanks

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

0 participants