It looks like something in my prefs isn't getting fully set, or the prefs for whatever I have set are not complete, I get this exception when I try to Upload and when I try to Verify/Compile:
Exception in thread Thread-3:
Traceback (most recent call last):
File ".\threading.py", line 532, in __bootstrap_inner
File ".\threading.py", line 484, in run
File "./stino/pyarduino/arduino_compiler.py", line 84, in start_build
File "./stino/pyarduino/arduino_compiler.py", line 372, in show_size_info
File "./stino/pyarduino/arduino_compiler.py", line 379, in print_size
File ".\re.py", line 190, in compile
File ".\re.py", line 241, in _compile
TypeError: first argument must be string or compiled pattern
It looks like something in my prefs isn't getting fully set, or the prefs for whatever I have set are not complete, I get this exception when I try to Upload and when I try to Verify/Compile:
The function in arduino_compiler.py is here:
I did some print debugging and it turns out that the key ('upload.maximum_size' ) never seems to get set in params.
Any ideas? am I just not setting something up properly?
also, here is the contents of my config file: