Unable to open "File" menu
qwer1234yy opened this issue · 4 comments
Here is the steps:
- Window 10 (64 bit) + Pycharm + Python 3.7.1 + unittest project
- Not running Cricket in a virtualenv
- CMD: C:\test cases directory>cricket-unittest
- Cricket opened, the test cases were loaded; But when click the "File" menu, it didn't response
Is there any suggestion or solution?
Can you confirm if you are running the 0.2 branch or the 0.3 development branch?
Can you confirm if you are running the 0.2 branch or the 0.3 development branch?
Thanks for your response; I am using the Cricket 0.2.5
Thanks for clarifying. The behavior you're seeing is probably due to a subtle bug with tkinter. However, we've moved away from tkinter (because of bugs like this, and others) in the 0.3 branch, so we're not really hunting those bugs at the moment.
I haven't tried the 0.3 branch on Windows, though - so I can't comment on how well it will work.
Thanks for clarifying. The behavior you're seeing is probably due to a subtle bug with tkinter. However, we've moved away from tkinter (because of bugs like this, and others) in the 0.3 branch, so we're not really hunting those bugs at the moment.
I haven't tried the 0.3 branch on Windows, though - so I can't comment on how well it will work.
Sure, thanks for your kind reply;