Python Forum
issue with Tabula-py, pyinstaller and java - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: issue with Tabula-py, pyinstaller and java (/thread-32558.html)



issue with Tabula-py, pyinstaller and java - maurom82 - Feb-17-2021

Hi guys,
I hope someone can help me.
I wrote a code that reads a pdf page after page, with a cycle, by using tabula-py.
Code works properly, and also when I create the exe with pyinstaller or auto-py-to-exe, the code works. The only thing that I don't like and appears only loading the exe (not during coding with pycharm), is that every time that tabula start to read a page, a java console appears, so for example if I am opening a pdf with 30 pages, every time a page is read a java console will be opened, it lasts about one second and then disappears.
Does someone know how to avoid it?
Wall Wall


RE: issue with Tabula-py, pyinstaller and java - maurom82 - Feb-19-2021

no one can help me? Cry Cry Cry


RE: issue with Tabula-py, pyinstaller and java - buran - Feb-19-2021

maybe show some code?