beeware / cricket

A GUI tool for running Python test suites.
BSD 3-Clause "New" or "Revised" License
213 stars 69 forks source link

Unable to exit cricket gui #10

Closed abdulmuneer closed 11 years ago

abdulmuneer commented 11 years ago

When I run python -m cricket.django on a location with no django-project, it opens up a pop-up stating python: can't open file 'manage.py': [Errno 2] No such file or directory. This pop-up blocks the control on the main window and the app cannot be exited. The pop-up can be closed, but being run on a loop, another pop-up opens up and you are stuck in this situation. Killing the respective python process from the terminal is the workaround.

freakboy3742 commented 11 years ago

Hi Abdul - Thanks for the report; this looks like it's a duplicate of #4. The tip of the repository has a fix for this problem. I aim to push a new version later this afternoon that will incorporate this and some other improvements that have been discovered over the sprints at PyCon AU.