Closed abdulmuneer closed 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.
When I run
python -m cricket.django
on a location with no django-project, it opens up a pop-up statingpython: 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.