PyPowerShellXray
PyPowerShellXray copied to clipboard
SyntaxError: Missing parentheses in call to 'print'
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
My python path environment variable is configured as follows:
pythonpath=C:\vivisect-master\vivisect-master
Thanks
Seems to be working using Python 2.7. Thanks