-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux support? #2
Comments
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. |
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!
The text was updated successfully, but these errors were encountered: