atlanhq / camelot

Camelot: PDF Table Extraction for Humans
https://camelot-py.readthedocs.io
Other
3.62k stars 350 forks source link

Running camelot (tkinter issue) on headless centos 7 #330

Closed shiva1590 closed 5 years ago

shiva1590 commented 5 years ago

I am not able to imprt tkinter on headless centos 7 system.

I am using python 2.7.

Getting ImportError: No module named _Tkinter

Any help is much appreciated.

Thanks, Shiva R

vinayak-mehta commented 5 years ago

Did you try installing Tkinter using your package manager? You can try installing it using yum. https://stackoverflow.com/a/42244548

vinayak-mehta commented 5 years ago

Closing due to inactivity.