Comment 45 for bug 139855

Revision history for this message
alecive (alecive) wrote :

I did the code posted by Alin Andrei. It works, but I've some questions:

1. desired_dist_and_arch = "https://api.edge.launchpad.net/devel/ubuntu/maverick/i386" -> here you specify the distro and the architecture. What to do if I want to see all distro and architectures in one shot?

2. individualbadger.getDownloadCount() returns the actual number of persons that use the specific ppa right? If yes, why if I ask for example the counter for ubuntu lucid 1386 of my ppa, it returns 7, even if I know that at least this ppa has 10 subscribers? I know it because they are mine computers, or friends close to me, and I manage these computers! Should I do something else or wait other days (as Julian wrote in post #33)?

3. I installed the api with "sudo apt-get install python-launchpadlib".. Maybe I have to install the latest launchpadlib (available with bzr)?