sbinet / go-python

naive go bindings to the CPython2 C-API
Other
1.53k stars 138 forks source link

The same project or not? #34

Open kolkov opened 8 years ago

kolkov commented 8 years ago

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

sbinet commented 8 years ago

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.

kolkov commented 8 years ago

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

sbinet commented 8 years ago

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.