ok, i'm looking into sqlite3, but if the db should be for all the user
we need permission to write in a system folder.
how to make a cache? it think that something like:

if not package in cache:
    packages.append([
    pkginfo1
    pkginfo2
    pkginfo3
    ...
    ])
else: pass

can work.

Stephen Smally

_______________________________________________
Mailing list: https://launchpad.net/~lubuntu-desktop
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~lubuntu-desktop
More help   : https://help.launchpad.net/ListHelp

Reply via email to