Kit Barnes

Results 3 comments of Kit Barnes

I wouldn't be surprised if I had a peculiarity on my machine causing it to fail. Traceback follows: ``` ERROR 2012-07-19 17:27:05,793 wsgi.py:189] Traceback (most recent call last): File "/opt/google-appengine-python/google/appengine/runtime/wsgi.py",...

I'm running appengine installed on Archlinux from the AUR package google-appengine-python My code is using the python27 runtime and threading is enabled; I'll try and throw together a minimal error...

You can fix it by commenting out a couple of lines here: https://github.com/p0n1/epub_to_audiobook/blob/8803f4277e71ef945baaf016b14d36d8b80749d1/audiobook_generator/tts_providers/piper_tts_provider.py#L49-L50 This is not a proper fix and I'd guess will break things for the models that *do*...