Replies: 1 comment 2 replies
-
Hi, sorry it's been a year since I worked on this library. Is this running the code example for images? Sounds like it could't find the root node, do you have an example of how you are inputing the tosc file and the image? Thanks. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have installed and am running tosclib in python but when i try to upload image i get this error
File "C:\Program Files\Python310\lib\site-packages\tosclib\tosc.py", line 110, in __init__ self.properties = self.getCreate("properties") File "C:\Program Files\Python310\lib\site-packages\tosclib\tosc.py", line 128, in getCreate s = self.node.find(target) AttributeError: 'NoneType' object has no attribute 'find'
the code runs all the way up to the last if statement
Beta Was this translation helpful? Give feedback.
All reactions