kipr / harrogate

The IDE for the Wombat
GNU General Public License v3.0
5 stars 10 forks source link

Add Python to Editor UI #34

Closed swatkins closed 8 years ago

jsoutherland commented 8 years ago

@swatkins Thanks for merging that work in.

jsoutherland commented 8 years ago

@swatkins on a linux VM, I was able to test python program execution after commenting out

import wallaby

after creating a python project.

jsoutherland commented 8 years ago

@swatkins Thanks!

swatkins commented 8 years ago

@jsoutherland do we need to remove that line (import wallaby) from the Python template?

jsoutherland commented 8 years ago

@swatkins that line is needed when interacting with the motors/servos/etc. It will work on the wallaby, we just didn't have the wallaby lib built on our test machines.