Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #18107

user login session for stand alone PyQt

Date 2011-12-28 14:45 +0700
Subject user login session for stand alone PyQt
From Panupat Chongstitwattana <panupatc@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.4175.1325058357.27778.python-list@python.org> (permalink)

Show all headers | View raw


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.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

user login session for stand alone PyQt Panupat Chongstitwattana <panupatc@gmail.com> - 2011-12-28 14:45 +0700

csiph-web