brendan-w / python-OBD

OBD-II serial module for reading engine data
GNU General Public License v2.0
1.02k stars 360 forks source link

Invalid Syntax Error #230

Closed tsnichols23 closed 2 years ago

tsnichols23 commented 2 years ago

When I run the basic usage code that is on the home page I am getting an syntax error in line 3

connection obd.OBD() SyntaxError: invalid syntax

Would this be a python version error? I am running Python 3.7.3. Thanks

trillaman commented 2 years ago

Hi, if this is fragment you used, then it looks like you missed a "=" sign between connection and obd.OBD()

tsnichols23 commented 2 years ago

Hi, if this is fragment you used, then it looks like you missed a "=" sign between connection and obd.OBD()

That'll do it, thanks. I am still getting an issue of No module named 'obd