gepd / Deviot

Sublime Text plugin for IoT development based in PlatformIO ecosystem (Arduino IDE)
Apache License 2.0
307 stars 56 forks source link

DEV boards issue #247

Closed tablatronix closed 6 years ago

tablatronix commented 6 years ago

osx, click boards does nothing, no errors logged

rebuild board list

Traceback (most recent call last):
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 1036, in run_
    return self.run()
  File "/Users/.../Library/Application Support/Sublime Text 3/Packages/Deviot (Arduino IDE)/commands/deviot_rebuild_boards.py", line 13, in run
    PioBridge().save_boards_list_async()
  File "/Users/.../Library/Application Support/Sublime Text 3/Packages/Deviot (Arduino IDE)/platformio/pio_bridge.py", line 32, in save_boards_list_async
    from ..beginning.pio_install import save_board_list
ImportError: No module named 'Deviot (Arduino IDE).beginning.pio_install'
gepd commented 6 years ago

I'm sorry about that, the last changes broked that command, but it's already fixed

tablatronix commented 6 years ago

Works now but I had to rebuild boards first. I noticed that clicking select board did nothing, maybe you should add a catch there if there is no boards or something

gepd commented 6 years ago

I'll add that to my to-do list