--
You received this message because you are subscribed to the Google Groups "thonny" group.
To unsubscribe from this group and stop receiving emails from it, send an email to thonny+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/thonny/61035912-22a9-42fa-96a1-eff5277576e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Sounds cool!
Unfortunately I'm not able to run your first example at https://github.com/jshaffstall/PyPhysicsSandbox. Looks like import should be from "pyphysicssandbox" instead of "pyPhysicsSandbox". After changing this I got error about missing "py2d". I was able to install this with pip, but then I got error about missing "vecmath" and I don't know how to fix this.
Best regards
Aivar
On 13.12.2016 4:29, Jay Shaffstall wrote:
I found Thonny while looking for an IDE to use with a physics sandbox I was writing. The idea is to give intro programming students an easy to use 2d physics engine so they can create interesting simulations. I've just released the first version of the sandbox. It's completely free and installs nicely on Thonny using the system console.--
Here's the site: https://github.com/jshaffstall/PyPhysicsSandbox
With Thonny installed the Python 3.5 dependency is taken care of, so just open the system console and install using: pip install pyPhysicsSandbox
You received this message because you are subscribed to the Google Groups "thonny" group.
To unsubscribe from this group and stop receiving emails from it, send an email to thonny+unsubscribe@googlegroups.com.
There was mistake in my previous post -- "py2d" came with PyPhysicsSandbox but the error was about missing "py2d.Math".
A.
On Tuesday, December 13, 2016 at 10:26:26 AM UTC+2, Aivar Annamaa wrote:
Sounds cool!
Unfortunately I'm not able to run your first example at https://github.com/jshaffstall/PyPhysicsSandbox. Looks like import should be from "pyphysicssandbox" instead of "pyPhysicsSandbox". After changing this I got error about missing "py2d". I was able to install this with pip, but then I got error about missing "vecmath" and I don't know how to fix this.
Best regards
Aivar
On 13.12.2016 4:29, Jay Shaffstall wrote:
I found Thonny while looking for an IDE to use with a physics sandbox I was writing. The idea is to give intro programming students an easy to use 2d physics engine so they can create interesting simulations. I've just released the first version of the sandbox. It's completely free and installs nicely on Thonny using the system console.--
Here's the site: https://github.com/jshaffstall/PyPhysicsSandbox
With Thonny installed the Python 3.5 dependency is taken care of, so just open the system console and install using: pip install pyPhysicsSandbox
You received this message because you are subscribed to the Google Groups "thonny" group.
To unsubscribe from this group and stop receiving emails from it, send an email to thonny+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/thonny/97f0c45f-0595-4620-b3fd-443cdf0c5cbd%40googlegroups.com.