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
python .\Python\process.py AFS COI-page-001.jpg myfil e -rtf Traceback (most recent call last): File ".\Python\process.py", line 8, in import MultipartPostHandler File "C:\Python\MultipartPostHandler.py", line 73 raise TypeError, "not a valid non-string sequence or mapping object", traceb ack ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
The original code is here https://github.com/abbyysdk/ocrsdk.com/blob/master/Python/MultipartPostHandler.py#L73 and there the word traceback in fully on one line. The error message you have says the word somehow got split into two words traceb and ack.
traceback
traceb
ack
Sorry, something went wrong.
No branches or pull requests
python .\Python\process.py AFS COI-page-001.jpg myfil
e -rtf
Traceback (most recent call last):
File ".\Python\process.py", line 8, in
import MultipartPostHandler
File "C:\Python\MultipartPostHandler.py", line 73
raise TypeError, "not a valid non-string sequence or mapping object", traceb
ack
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: