Deviot: OSX Dev problem does work at all..
OSX installed a new lib, went to use examples, menu closes
Traceback (most recent call last):
File "/Users/.../Library/Application Support/Sublime Text 3/Packages/Deviot (Arduino IDE)/libraries/quick_menu.py", line 406, in callback_library
library_path = os.path.join(library_path, '*')
UnboundLocalError: local variable 'library_path' referenced before assignment
Traceback (most recent call last):
File "/Users/.../Library/Application Support/Sublime Text 3/Packages/Deviot (Arduino IDE)/libraries/quick_menu.py", line 406, in callback_library
library_path = os.path.join(library_path, '*')
UnboundLocalError: local variable 'library_path' referenced before assignment
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 41 (4 by maintainers)
I’ve pushed
dev5
with many setup improvements, one of them fixed a problem I found in OSX related with the SSL certificated. Plus, now all the setup process is fully logged to get more information when there is a problem.