Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Importing test library 'HttpLibrary.HTTP' failed in python 3.8 #68

Open
tgyogesh opened this issue Apr 21, 2020 · 2 comments
Open

Importing test library 'HttpLibrary.HTTP' failed in python 3.8 #68

tgyogesh opened this issue Apr 21, 2020 · 2 comments

Comments

@tgyogesh
Copy link

Importing test library 'HttpLibrary.HTTP' failed: SyntaxError: invalid syntax
Traceback (most recent call last):
None
PYTHONPATH:
C:\Robot
C:\Python38\python38.zip
C:\Python38\DLLs
C:\Python38\lib
C:\Python38
C:\Python38\lib\site-packages

@unfadding
Copy link

I've got the same error

@petersohn
Copy link

petersohn commented Dec 31, 2020

The error is traced back to __init__.py, line 16. That's this line:

This has a Python 2 syntax, which got removed from Python 3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants