Using a proxy server Proxy support is only available in version 0.3+ Enabling the usage of a proxy server is fairly easy. Example
import pylast
pylast.enable_proxy(host = "x.x.x.x", port = x)
# Now continue your work. all your calls to the Last.fm would be done through this proxy.
# To disable the proxy server:
pylast.disable_proxy()
|
I get this error with rev 206 in python2.5
AributeError?: 'module' object has no attribute 'enable_proxy'