Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Bug when integrating with tkinter #429

Closed
CRademacher opened this issue Jul 2, 2020 · 2 comments
Closed

Bug when integrating with tkinter #429

CRademacher opened this issue Jul 2, 2020 · 2 comments

Comments

@CRademacher
Copy link

I'm not sure if this is the right place to come with this issue, but I think it makes sense.

I've been playing around with camelot as a tool for extracting data from PDFs, and to improve the accuracy I wrote some code that automatically reads a PDF and pulls up matplotlib graphs so you can select the areas where tables lie. A loop structure takes you through the whole document, and the code works perfectly in isolation. However, to handle this code I'm developing a GUI in tkinter, but when this GUI uses this code, the loop structure only goes through the first iteration. The other iterations follow after the GUI is closed, but not after the graphs are closed. I suspect this is an issue with both pieces of code being built with tkinter, but I have no idea how to resolve it.

Any help would be appreciated. If this is not the right place to post this then some direction would be appreciated.

@vinayak-mehta
Copy link
Contributor

vinayak-mehta commented Jul 2, 2020

I think a better place for this question would be StackOverflow with the tkinter tag. You can also try using https://github.com/camelot-dev/excalibur as a GUI to Camelot.

@CRademacher
Copy link
Author

Got it. Thank you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants