Skip to content

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

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions