Skip to content

Installation error on Python 3.x #15

@sphh

Description

@sphh

When I install socketIO-client-2 with

$ sudo pip3 install socketIO-client-2

I get the following error:

      File "/usr/local/lib/python3.4/dist-packages/socketIO_client/tests/node_modules/utf8/tests/generate-test-data.py", line 22
        print filename
                     ^
    SyntaxError: Missing parentheses in call to 'print'

Please could you add parenthesis around filename to make it Python 3.x compatible. Thanks.

PS: I checked all the other code for print (with space), but could not find any other occurrence.

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