rpep / tcl_kernel

A Jupyter Kernel for the Tcl language.
BSD 3-Clause "New" or "Revised" License
19 stars 8 forks source link

Error loading .so library #11

Closed josesj closed 5 years ago

josesj commented 5 years ago

When I try to load a .so library (libfitstcl.so) in a notebook, kernel responds with message: couldn't load file "libfitstcl.so": /usr/local/lib/libfitstcl.so: undefined symbol: Tcl_GetCharLength

The library load correctly from a tclsh.

rpep commented 5 years ago

Hi there,

This appears to be a bug in the building of Python; we just make use of Tkinter which is built into the Python language.

See issue here for details; you can maybe try installing Python from elsewhere (such as Anaconda Python) to work around this issue.

Cheers, Ryan

rpep commented 5 years ago

https://bugs.python.org/issue31817

Sorry, forgot to post the link!