Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors that occur with the kicost GUI should appear in a dialog window. #144

Closed
xesscorp opened this issue Jan 15, 2018 · 5 comments
Closed
Assignees
Labels
enhancement Improvements on features already existent.

Comments

@xesscorp
Copy link
Collaborator

Errors/warnings/log messages should appear in a dialog window when the kicost GUI is used. (Not in the terminal window.)

@xesscorp xesscorp added feature-request New features resquested. enhancement Improvements on features already existent. labels Jan 15, 2018
@hildogjr
Copy link
Owner

Merging with #143, add also a process bar.
"Maybe, call kicost as a thread and deal with the output to generate the process bar and the messages/warning dialog."

@hildogjr hildogjr self-assigned this Jan 16, 2018
hildogjr added a commit that referenced this issue Jan 16, 2018
@hildogjr hildogjr reopened this Jan 20, 2018
hildogjr added a commit that referenced this issue Jan 20, 2018
Improved GUI code and EDA module for future #144
hildogjr added a commit that referenced this issue Feb 24, 2018
@hildogjr
Copy link
Owner

hildogjr commented Feb 24, 2018

For the process bar update process, wait for tqdm 5? tqdm/tqdm#172 (intended to use the average time and other informations already computed).
Check for solutions and work around (tqdm/tqdm#494).

@hildogjr
Copy link
Owner

Necessary (better way) redirect the sdtout to a class that overwrite the sys.stdout (https://stackoverflow.com/questions/21341096/redirect-print-to-string-list) and use this on the multiprocess.call(kicost()). But this is creating some issues when run as parallel scraping.

@hildogjr hildogjr removed the feature-request New features resquested. label Mar 10, 2018
@hildogjr hildogjr mentioned this issue Mar 12, 2018
hildogjr added a commit that referenced this issue Mar 20, 2018
Fix #144, but missing process bar and issue #193
@hildogjr
Copy link
Owner

Change the print output to message box on the GUI, but missing fix related with #193 to work fine.

@hildogjr
Copy link
Owner

hildogjr added a commit that referenced this issue Jun 23, 2018
hildogjr added a commit that referenced this issue Jun 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements on features already existent.
Projects
None yet
Development

No branches or pull requests

2 participants