beeware / cricket

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

Unable to open "File" menu #76

Open qwer1234yy opened 5 years ago

qwer1234yy commented 5 years ago

Here is the steps:

  1. Window 10 (64 bit) + Pycharm + Python 3.7.1 + unittest project
  2. Not running Cricket in a virtualenv
  3. CMD: C:\test cases directory>cricket-unittest
  4. Cricket opened, the test cases were loaded; But when click the "File" menu, it didn't response

Is there any suggestion or solution?

freakboy3742 commented 5 years ago

Can you confirm if you are running the 0.2 branch or the 0.3 development branch?

qwer1234yy commented 5 years ago

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

freakboy3742 commented 5 years ago

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.

qwer1234yy commented 5 years ago

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;