PyPowerShellXray icon indicating copy to clipboard operation
PyPowerShellXray copied to clipboard

SyntaxError: Missing parentheses in call to 'print'

Open ghost opened this issue 7 years ago • 1 comments

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 avatar Apr 23 '18 11:04 ghost

Seems to be working using Python 2.7. Thanks

ghost avatar Apr 23 '18 11:04 ghost