AttributeError: 'str' object has no attribute 'wait'
Hey there!
I am new to python and raspberry so I managed to install everything and now trying to test a svg image. I get this output:
BrachioGraph.plot_file("africa.svg") Traceback (most recent call last): File "
", line 1, in File "/home/psytel/BrachioGraph/brachiograph.py", line 155, in plot_file wait = wait or self.wait AttributeError: 'str' object has no attribute 'wait'
Could someone help me? Thanks a lot :) cheers
Hey, I have the same issue. Did you manage to fix it?
I have the same problem, I wish someone could help
Are there any updates regarding this issue?
In my opinion you have to plot the JSON file. The SVG is for humans only ;)
That's right I think. You have to plot the africa.json file.