I came across the same error message that was caused by the absence of any source of entropy. You can try to enable the source of entropy when creating the Botan library or creating a single source file. For the Windows platform, add the win32_stats module to the --enable-modules options. For linux, use dev_random.
. configure.py --enable-modules = win32_stats,...