[Tutor] Ressources for licensing

David Hutto smokefloat at gmail.com
Sun Dec 12 03:42:46 CET 2010


On Sat, Dec 11, 2010 at 9:52 AM, Knacktus <knacktus at googlemail.com> wrote:
> Hi everyone,
>
> can anybody recommend a lib or some other ressources about license
> mechanisms of desktop applications written in python. I'm thinking of a
> license-key that can be used to limit the time the application can be used.
> I also need to exploit the usage of a license server.


You probably need:

def license_this(self):
    print "touch mine"

license_this(self)


>
> Cheers,
>
> Jan
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
>


More information about the Tutor mailing list