Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #18107 > unrolled thread
| Started by | Panupat Chongstitwattana <panupatc@gmail.com> |
|---|---|
| First post | 2011-12-28 14:45 +0700 |
| Last post | 2011-12-28 14:45 +0700 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
user login session for stand alone PyQt Panupat Chongstitwattana <panupatc@gmail.com> - 2011-12-28 14:45 +0700
| From | Panupat Chongstitwattana <panupatc@gmail.com> |
|---|---|
| Date | 2011-12-28 14:45 +0700 |
| Subject | user 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.
Back to top | Article view | comp.lang.python
csiph-web