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

processing a image file filed #42

Open
TuxRaju opened this issue Mar 19, 2016 · 1 comment
Open

processing a image file filed #42

TuxRaju opened this issue Mar 19, 2016 · 1 comment

Comments

@TuxRaju
Copy link

TuxRaju commented Mar 19, 2016

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

@Dmitry-Me
Copy link
Contributor

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.

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

2 participants