On Dec 29, 2017, at 9:35 AM, Daniel Schroeder <dschr...@weber.edu> wrote:
On Dec 29, 2017, at 11:04 AM, Bruce Sherwood <bruce.s...@gmail.com> wrote:
Maybe Windows is different? Ctrl-C in a Windows terminal stops the program but leaves the terminal in a state where no inputs are accepted. I wasn't aware that this isn't a problem on other platforms.Bruce
Thanks for all the quick replies!
--
You received this message because you are subscribed to the Google Groups "VPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vpython-users+unsubscribe@googlegroups.com.
OK, I'm about to install Anaconda on my Mac, and the GUI installer lists three choices:
You can start Spyder by clicking the Spyder icon that is installed with Anaconda, or you can start Spyder from a command prompt by typing "spyder". In Spyder you must go to Run > Configure and specify "Execute in a new dedicated Python console".
It works with vpython. From the thonny IDE tools menu you can select "manage packages" to install third party python packages such as vpython and other python packages that you may need.
You can google thonny to find out more and there are also some thonny tutorials on YouTube.
John