[julia-users] Re: pycall error

2014-03-26 Thread Tang Ross
Thanks a lot. It works.

[julia-users] Re: pycall error

2014-03-22 Thread Steven G. Johnson
Sounds like maybe the hash digest is claiming to be a string, but isn't actually valid UTF8 data? Maybe just leave it as an opaque PyObject: secret = pycall(hash[digest], PyObject) (By using the pycall function, you can specify the desired output type of a function.)