py3-go
py3-go copied to clipboard
Linux support?
Hi!
I found your project looking for a nice way to embed python with Go. Going both ways where Go can call python and python can call Go functions. However, I noticed that this is essentially made to work mainly on Windows. Are there any plans to update this so it can work in Linux too? It really looks like a nice way to use python in Go, but it's unfortunately only working on Windows at the moment as far as I can tell.
Thanks!
This project is a good job and should only work with Window scenarios for the time being.
https://github.com/aadog/py3-go/blob/master/cpy3/importfuncs.go#L123
the DLL* api of golang, just windows only,@Chillance
I was hoping for some update where one can use this in Linux as well. I found other ways in the meantime.
@Chillance Can you share this ways please?
@tandem97 I'm using CGO with the CPython https://github.com/python/cpython.git library essentially.