trying to implement the adafruit example code for the bmp085, first it didnt like the syntax of the print statements ( which i read in verision 3.2.3 of Python, has become a function. added parentheses, then came up with the error below.
>>>
Traceback (most recent call last):
File "/home/pi/Adafruit-Raspberry-Pi-Python-Code/Adafruit_BMP085/Adafruit_BMP085_example.py", line 3, in <module>
from Adafruit_BMP085 import BMP085
File "/home/pi/Adafruit-Raspberry-Pi-Python-Code/Adafruit_BMP085/Adafruit_BMP085.py", line 59
print "Invalid Mode: Using STANDARD by default"
^
SyntaxError: invalid syntax
>>>
i've done some coding in turbo pascal,gwbasic,vb6, delphi6 and just starting to learn python....a kick in the right direction would help.
thank you
jws

