GUI Thread issues

Issue #157 resolved
Doug Blank created an issue

The following are probably issues due to accessing something that should only be done in the GUI thread:

Current --repl just hangs after show(p)

./

StartCalico --repl
Loading Calico version 2.5.0...
python> from Myro import *
Ok
python> init('/dev/tty.scribbler')
You are using:
    Fluke, version 3.0.9
    Scribbler2, version 1.1.4
Hello, my name is 'Elsie'!
Ok
python> setPicSize("small")
Ok
python> p = takePicture()
Ok
python> show(p)

makePicture() or takePicture() it just hangs. Note I'm not showing it just trying to create it.

Comments (2)

  1. Log in to comment