Culebra stuck with "Touching Point (units=DIP)"

59 Views Asked by At

I am trying to create tests on a device using Culebra.

I gave the command

>python culebra -uUG -P 0.25 -o myscript.py
Exception AttributeError: "'PhotoImage' object has no attribute '_PhotoImage__photo'" in <bound method PhotoImage.__del__ of <PIL.ImageTk.PhotoImage object at 0x04CCB930>> ignored

The GUI is stuck with a green prompt on the top with the text "Touching point (units=DIP)". The screen has become translucent and no touches are accepted anymore.

I think the GUI being stuck is related to the exception mentioned earlier. I had used the command pip install pillow. Could this be due to a wrong version of pillow? I don't know what to do now.

Any help is appreciated.


Environment information:

  • Culebra version : culebra 20.0.0b4
  • Python version : Python 2.7.12
  • venv : No virtual environment used
0

There are 0 best solutions below