go-python icon indicating copy to clipboard operation
go-python copied to clipboard

The same project or not?

Open kolkov opened this issue 8 years ago • 3 comments

Sorry! I do not understand it the same or not? https://github.com/limetext/gopy/tree/master/lib

kolkov avatar Jan 19 '16 12:01 kolkov

they have the same goal (provide access to the python C-API from Go) but they are not the same. I must say I kind of prefer qur/gopy (the original repository) a lot to "mine". and I plan to (at some point) create a new project under github.com/go-python/py2 (and py3) with the same look and feel, but using github.com/go-clang to automatically generate the low level bits to bind the C-API using cgo and a nice Go-idiomatic API on top of the latter.

sbinet avatar Jan 19 '16 21:01 sbinet

Thanks! I need any python to build lime text editor under Windows.) It's has build failure now (((

kolkov avatar Jan 19 '16 23:01 kolkov

if you are trying to build against qur/gopy or limetext/gopy and having issues doing so, I would suggest filing a bug report against one of these project (or getting in touch with their authors) :)

if you are having issues building against sbinet/go-python on Windows, please show us the exact transcript of the build failure.

NB: I don't have a Window machine nor access to such a thing so I, myself, can only "theoretically debug" issues on this platform.

sbinet avatar Jan 20 '16 07:01 sbinet