Hi there,
I downloaded the library and trying to run the example appearing at the project's home page, but get an error,
since the user_id variable is not defined anywhere
Any help?
from myspace.app import Consumer, MySpaceError
security_key = '*************
consumer = Consumer('http://mpellos.velti.net', security_key)
try:
user = consumer.user(user_id)
except MySpaceError, mse:
# handle error
print mse
print mse.response
Thanks