My favorites | Sign in
Project Logo
             
Search
for
Updated Feb 02, 2009 by amr.has...@gmail.com
Labels: Featured
UsingProxy  
Details the process of using a proxy server.

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()

Comment by diegue...@gmail.com, Sep 04, 2009

I get this error with rev 206 in python2.5

AributeError?: 'module' object has no attribute 'enable_proxy'


Sign in to add a comment
Hosted by Google Code