Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.032 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'gui': 0.13; 'password.': 0.13; 'appreciate.': 0.16; 'subject:PyQt': 0.16; 'subject:login': 0.16; 'subject:session': 0.16; 'subject:user': 0.16; 'received:74.125.82.44': 0.16; 'received:mail-ww0-f44.google.com': 0.16; 'session.': 0.18; "doesn't": 0.22; 'guess': 0.26; 'suggestion': 0.26; "i'm": 0.26; 'tried': 0.27; 'message- id:@mail.gmail.com': 0.28; 'to:addr:python-list': 0.34; 'received:74.125.82': 0.35; 'running': 0.35; 'project': 0.35; 'but': 0.37; 'received:74.125': 0.37; 'received:google.com': 0.37; 'to:addr:python.org': 0.40; 'making': 0.67; 'account,': 0.67; 'login': 0.69; 'username': 0.77 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=8qXVzSJ/n8Pmw/qWUkEYstie3xwWTx7HJbUjwSp41s8=; b=SZ+kNCIOTbqvKHWi4davMyn12SLI0KmMTldJI7685ORe4VI9yJ0Yo+XRnZDubXeJL9 YScNBXT2qMw7OS/pzSdGWLYVmlnkizGZ74HezBYJNDaGvA/6EAkVrzfem6Qqc/iSjQu+ tFA0GG6l39g+T3VLPnXB6kwDiUY7L67F2dC8U= MIME-Version: 1.0 Date: Wed, 28 Dec 2011 14:45:55 +0700 Subject: user login session for stand alone PyQt From: Panupat Chongstitwattana To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 9 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1325058357 news.xs4all.nl 6890 [2001:888:2000:d::a6]:56347 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:18107 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.