I'm getting a SyntaxError when importing a module, and the error isn't clear nor helps me to solve the import issue.
I have a python script:
Adafruit_BMP085/Adafruit_BMP085_example.py
Also located in this directory is a python file named Adafruit_BMP085 that has a function BMP085.
The first line of Adafruit_BMP085_example.py is:
from Adafruit_BMP085 import BMP085
But this just gives me a syntax error:
SyntaxError: invalid syntax