BrachioGraph icon indicating copy to clipboard operation
BrachioGraph copied to clipboard

AttributeError: 'str' object has no attribute 'wait'

Open psytel opened this issue 6 years ago • 4 comments

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

psytel avatar Mar 10 '20 16:03 psytel

Hey, I have the same issue. Did you manage to fix it?

meli94 avatar Apr 12 '20 08:04 meli94

I have the same problem, I wish someone could help

Declan0811 avatar May 16 '20 17:05 Declan0811

Are there any updates regarding this issue?

In my opinion you have to plot the JSON file. The SVG is for humans only ;)

scholzco avatar May 25 '20 20:05 scholzco

That's right I think. You have to plot the africa.json file.

john104433 avatar Jan 23 '21 10:01 john104433