bvanheu / stratatools

Stratasys EEPROM tool
BSD 3-Clause "New" or "Revised" License
88 stars 40 forks source link

console_app.py does not works #77

Open julsalon opened 4 years ago

julsalon commented 4 years ago

Hi, i ve been trying to work this out, i guess what was called stratasys-cli changed to stratatools-cli but then it does not work, so the most similar thing i found was on the stratatools directory console_app.py but when i run it it does not work and it shows this error:

~/stratatools-master/stratatools $ ./console_app.py Traceback (most recent call last): File "./console_app.py", line 13, in from google.protobuf.text_format import MessageToString, Merge ImportError: No module named google.protobuf.text_format

I trying to read all the information on the eeprom. if someone can help me with this i really appreciate it