This pull-request addresses #27 without solving it.
It adds __init__() = __precompile__(false) as per @vtjnash's comment. That gets rid of the segfault and provides an error message that might be meaningful to those further along the Julia dao than myself.
This pull-request addresses #27 without solving it.
It adds
__init__() = __precompile__(false)
as per @vtjnash's comment. That gets rid of the segfault and provides an error message that might be meaningful to those further along the Julia dao than myself.It also adds an explicit warning in the README.
Closes #27