File "/home/oem/Desktop/vcstudio/studio/studio_analyticsLayer.py", line 494, in layer
for num, thing in enumerate(reversed(cat)):
TypeError: 'dict' object is not reversible
Traceback (most recent call last):
File "/home/oem/Desktop/vcstudio/studio/studio_gtk.py", line 311, in pmdrawing
File "/home/oem/Desktop/vcstudio/studio/studio_analyticsLayer.py", line 494, in layer
for num, thing in enumerate(reversed(cat)):
TypeError: 'dict' object is not reversible
i use Linux Mint 19.1 Cinnamon
I clicked on the analytics bar in the top of my project and it gave me this error.
oem@oem-Switch-SA5-271:~/Desktop/vcstudio$ python3 run.py
/home/oem/Desktop/kyle_animation
/home/oem/Desktop/kyle_animation
Traceback (most recent call last):
File "/home/oem/Desktop/vcstudio/studio/studio_gtk.py", line 311, in pmdrawing
Layers.append([studio_analyticsLayer.layer(win),"analytics"])
File "/home/oem/Desktop/vcstudio/studio/studio_analyticsLayer.py", line 494, in layer
for num, thing in enumerate(reversed(cat)):
TypeError: 'dict' object is not reversible
Traceback (most recent call last):
File "/home/oem/Desktop/vcstudio/studio/studio_gtk.py", line 311, in pmdrawing
Layers.append([studio_analyticsLayer.layer(win),"analytics"])
File "/home/oem/Desktop/vcstudio/studio/studio_analyticsLayer.py", line 494, in layer
for num, thing in enumerate(reversed(cat)):
TypeError: 'dict' object is not reversible
i use Linux Mint 19.1 Cinnamon
I clicked on the analytics bar in the top of my project and it gave me this error.
I cannot reproduce it. For some reason it doesn't do that On my machine in the new version. Try finding more information about it. Because I need to be able to cause it to happen.
I cannot reproduce it. For some reason it doesn't do that On my machine in the new version. Try finding more information about it. Because I need to be able to cause it to happen.
oem@oem-Switch-SA5-271:~/Desktop/vcstudio$ python3 run.py /home/oem/Desktop/kyle_animation /home/oem/Desktop/kyle_animation Traceback (most recent call last): File "/home/oem/Desktop/vcstudio/studio/studio_gtk.py", line 311, in pmdrawing
File "/home/oem/Desktop/vcstudio/studio/studio_analyticsLayer.py", line 494, in layer
TypeError: 'dict' object is not reversible Traceback (most recent call last): File "/home/oem/Desktop/vcstudio/studio/studio_gtk.py", line 311, in pmdrawing
File "/home/oem/Desktop/vcstudio/studio/studio_analyticsLayer.py", line 494, in layer
TypeError: 'dict' object is not reversible
i use Linux Mint 19.1 Cinnamon I clicked on the analytics bar in the top of my project and it gave me this error.
I will look into it. What is the exact version of the python?
I cannot reproduce it. For some reason it doesn't do that On my machine in the new version. Try finding more information about it. Because I need to be able to cause it to happen.