William Bradley

Results 5 issues of William Bradley

When I run `pyttsx3` with, say, `rumps` or `tkinter` and use `runAndWait`, the GUI quits prematurely. Any idea why this might be happening/how to fix? I am running the following...

bug

`rumps` seems to conflict with the text-to-speech module `pyttsx3`. Here is the code I am using to test this (a button that plays a sound): ``` import rumps # menu...

I figured out that you have to prefix the model name followed by two colons when updating variables in the `with_data` keyword arguments. I don't know if this is intended,...

Using https://www.youtube.com/watch?v=Kb4h_GVFT1k

I am using this project and when I run `make` I get the following warning: ``` shpgeo.c:1352:18: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]...