carlosperate / ardublockly

Visual programming for Arduino. Based on blockly, implements Arduino code generation and facilitates program uploading.
http://ardublockly.embeddedlog.com
Apache License 2.0
449 stars 277 forks source link

Problems compiling Ardublockly #239

Open rbarradas opened 3 years ago

rbarradas commented 3 years ago

Hi.. I'm currently testing ardublockly so that I can create custom blocks for a robot based on arduino that I'm developing. however, prior to creating the custom blocks, I decided to try to compile ardublockly. Every seems to work fine (I followed the instructions on wiki) and the final folder with all files is generated, the batch file, etc. I'ts also possible to execute. However, there is a problem... This is the original ardublockly prior to compile... imagem

And this is how it shows in the newly compiled folder... imagem Result.. after compilation ob blockly, all the blocks disapear and are nowhere to be found. Has anyone ever had this problem before? Is it related to python versions? Already tryed several but, I'm currently using python-2.7.17 and python-3.8.2. Thanks