Skip to content
This repository was archived by the owner on Oct 22, 2018. It is now read-only.

First GUI#40

Open
minimalparts wants to merge 2 commits into
developmentfrom
gui
Open

First GUI#40
minimalparts wants to merge 2 commits into
developmentfrom
gui

Conversation

@minimalparts
Copy link
Copy Markdown
Member

This is work in progress, so do not merge yet. My attempt at a first GUI to launch search/indexing for PeARS. Current problems are as follows:

  • it's not the most beautiful thing ever (probably won't fix that myself...)
  • can't manage to close the search server, running on its separate thread, when the GUI window is closed.
  • no progress status in GUI while indexing.

If someone knows anything about GUIs, I'd appreciate help, in particular with point 2 above, which is driving me crazy.

@minimalparts minimalparts self-assigned this Feb 8, 2017
@minimalparts minimalparts changed the title [WIP] First GUI First GUI Feb 17, 2017
@minimalparts
Copy link
Copy Markdown
Member Author

So I think this is as far as I'll get with this. Its main problem, I believe, is that it's not particularly portable. For instance, I am killing the process on port 5000 using fuser, which I understand only works on *nix. But I don't know better.

When using the GUI, launch PeARS with python ./pears_gui.py.

Feel free to improve and/or merge.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant