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