Join the Stack Overflow Community
Stack Overflow is a community of 6.6 million programmers, just like you, helping each other.
Join them; it only takes a minute:
Sign up

So far I've been using print statements, which work really well. I want to start using the GUI to display results but I can't find a way to do it.

It's a search program. It has to display the results every time the search button is pressed.

share|improve this question
up vote 1 down vote accepted

Objectlistview is one of the ways of easily displaying list data in wxpython.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.