user login session for stand alone PyQt

Panupat Chongstitwattana panupatc at gmail.com
Wed Dec 28 02:45:55 EST 2011


For my current project I'm making PyQt GUI to be used inside Maya. One
of my requirement is that users need to first login with username and
password.

After authenticating the account, I'm not sure how I can store the
session. I tried Cookie.Simplecookie but I guess it doesn't wok
because the GUI is not running through HTTP.

Any suggestion appreciate.



More information about the Python-list mailing list