
I'll upload it as an attachment here sometime soon.. just to keep you waiting

Code: Select all
fred@rwdlsd:~/Desktop/tuner/freeems-threaded$ python main.py
Traceback (most recent call last):
File "main.py", line 31, in <module>
ctr = controller.app()
File "/home/fred/Desktop/tuner/freeems-threaded/controller.py", line 63, in __init__
comms.createConnection(self)
File "/home/fred/Desktop/tuner/freeems-threaded/comms/__init__.py", line 41, in createConnection
_connection[name] = __import__(type, globals(), locals(), 'connection').connection(type, controller)
TypeError: __init__() takes exactly 2 arguments (3 given)
Code: Select all
fred@rwdlsd:~/Desktop/tuner/freeems-threaded.borked2/data$ diff my_config.ini.*
7,12c7
< default = Serial
<
< [Comms_Serial]
< # Filepath to serial-like port
< port = /dev/ttyUSB0
<
---
> default = Test