Closed shaolo1 closed 3 years ago
I was looking at the readme.md pull request and saw "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./" Adding that allowed the example to work. So I guess there is just a small problem with
From the command line
$ gopy build -output=out github.com/go-python/gopy/_examples/hi
$ ls out
hi.so
should show
$ ls out
Makefile __init__.py __pycache__ _hi.so build.py go.py hi.c hi.go hi.py hi_go.h hi_go.so patch-leaks.go
I was thrown off since hi.so was not there.
Trying to get started with gopy, I'm stuck on the simple hi example.
trying the from python had a similar failure