beeware / cricket

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

Add docs for install requirements on Ubuntu #3

Closed roadsideseb closed 11 years ago

roadsideseb commented 11 years ago

I added the python 2.7 package specifically since there's no python 3 support ;) I hope that's helpful and thanks for a promising tool.

freakboy3742 commented 11 years ago

Thanks for the patch - One other suggestion would be to put a try-catch block around the idlelib import statement so that we can raise a more helpful error message when this problem occurs.

roadsideseb commented 11 years ago

I agree, that would be nice. I've updated the branch with a little message.