Search found 1 match
- May 22nd, 2016, 12:13 pm
- Forum: SDK Questions
- Topic: Could someone help with PyRow TypeError issue?
- Replies: 1
- Views: 6384
Could someone help with PyRow TypeError issue?
I'm trying to set up PyRow but running into a problem. When I try to run: erg = pyrow.pyrow(ergs[0]) I get this: Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: 'generator' object has no attribute '__getitem__' Has anyone else run into this and resolved it? Detailed...