i installed alchemyAPI with python 2.7 on the desktop and it runs perfectly but when i saved the file to a live server whenever i try running the example files on aclemy i got the error.
"Syntax Error near unexpected token `('"
I checked the syntax python syntax and its okay. The syntax error is in creating the instance of the object.I want to ask if there is something wrong with the syntax. I am not an expert of AlchemyAPI in python.Thank You.
# Load the AlchemyAPI module code.
import AlchemyAPI
# Create an AlchemyAPI object.
alchemyObj = AlchemyAPI.AlchemyAPI()