We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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: 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
The text was updated successfully, but these errors were encountered:
I've got the same error
Sorry, something went wrong.
The error is traced back to __init__.py, line 16. That's this line:
__init__.py, line 16
robotframework-httplibrary/src/HttpLibrary/__init__.py
Line 16 in 0cb5d8f
This has a Python 2 syntax, which got removed from Python 3.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: