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


Groups > comp.lang.python > #18107 > unrolled thread

user login session for stand alone PyQt

Started byPanupat Chongstitwattana <panupatc@gmail.com>
First post2011-12-28 14:45 +0700
Last post2011-12-28 14:45 +0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

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

#18107 — user login session for stand alone PyQt

FromPanupat Chongstitwattana <panupatc@gmail.com>
Date2011-12-28 14:45 +0700
Subjectuser login session for stand alone PyQt
Message-ID<mailman.4175.1325058357.27778.python-list@python.org>
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.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web