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


Groups > comp.lang.python > #83495

Re: [ANN] EasyGUI_Qt version 0.9

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <kwpolska@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.003
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'subject:: [': 0.04; 'argument': 0.05; 'output': 0.05; 'subject:ANN': 0.07; 'string': 0.09; 'friday,': 0.09; 'function,': 0.09; 'subject:version': 0.09; '\xe2\x80\x94': 0.09; 'cc:addr:python-list': 0.11; 'jan': 0.12; 'sat,': 0.16; 'wrote:': 0.18; 'subject:] ': 0.20; '>>>': 0.22; 'cc:addr:python.org': 0.22; 'integer': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'script': 0.25; 'asking': 0.27; 'header:In-Reply-To:1': 0.27; 'correct': 0.29; 'chris': 0.29; 'am,': 0.29; 'returned': 0.30; 'message-id:@mail.gmail.com': 0.30; 'you?': 0.31; 'anyone': 0.31; 'could': 0.34; 'convert': 0.35; 'received:google.com': 0.35; 'add': 0.35; 'date.': 0.36; 'useful': 0.36; 'january': 0.37; 'so,': 0.37; 'handle': 0.38; 'issue': 0.38; 'skip:p 20': 0.39; 'how': 0.40; 'today,': 0.61; 'email addr:gmail.com': 0.63; 'skip:n 10': 0.64; 'to:addr:gmail.com': 0.65; 'default': 0.69; "today's": 0.70; '2015': 0.84; '2:02': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=3pQ2z0bWZtNZ3/PLz0W9robROWJVvDmXZxNByqzqnR4=; b=smJab2sJC6WHCjmEt8AHy7ZyWExeiAE14vGXYRQk4tEmp1RH7MkhGVt3rq1+xRmGXy 0XsodBU3AualYgSrV+vHfgcmCksMzhGXzT4Wu7fyQ9P2Wx8hEUA2wZOOjaFAO7O2bGIq Uef05ny/wXDvWkJdOKwwJUEih4Dtq7zmw9CPVDhs51ubpYl9aA/a9fH4PPTzy3W6Knwo eEe6EN4Ah9Hzlt8V2k8OjLTGD983PehOm6ECESkogLJKs8BPf9sTU7ZyiRSKaRJHUkv3 4SLoIm1rQzerkk202vD3N8WNpbW7B2c45Stx1eJUbmReMZTpWVsVzR/PIWSnqu+3DZSe xuUQ==
MIME-Version 1.0
X-Received by 10.152.87.142 with SMTP id ay14mr26140058lab.45.1420882348540; Sat, 10 Jan 2015 01:32:28 -0800 (PST)
In-Reply-To <b4d90fbf-9f5a-4ffa-9013-0e70fc3e4e24@googlegroups.com>
References <4c3dbebe-0184-4ca7-9d7d-30462ae2a578@googlegroups.com> <2f1dd848-e075-4435-93ef-c65af9a5148b@googlegroups.com> <b4d90fbf-9f5a-4ffa-9013-0e70fc3e4e24@googlegroups.com>
Date Sat, 10 Jan 2015 10:32:28 +0100
Subject Re: [ANN] EasyGUI_Qt version 0.9
From Chris Warrick <kwpolska@gmail.com>
To André Roberge <andre.roberge@gmail.com>
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding quoted-printable
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.17559.1420882357.18130.python-list@python.org> (permalink)
Lines 29
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1420882357 news.xs4all.nl 2914 [2001:888:2000:d::a6]:38320
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:83495

Show key headers only | View raw


On Sat, Jan 10, 2015 at 2:02 AM, André Roberge <andre.roberge@gmail.com> wrote:
> On Friday, 9 January 2015 19:09:15 UTC-4, stephen...@gmail.com  wrote:
>> One issue is the format returned for the calendar selection. For today, the string returned is "Fri Jan 9 2015". My script needs to convert the date to a datetime.date, and having the month returned as a string instead of an integer makes this harder.
>
> Would today's date be represented as the string "09.01.2015" useful to you? (I found out how to do this.)  If so, I could perhaps add an argument like numeric_format = True.

The correct way to handle this is to use cal.date.toPyDate(), which
helpfully returns a datetime.date object — and make this the default
output of the calendar function, because that’s the only useful output
for anyone asking for a date.

>>> date
'Sat Jan 10 2015'
>>> cal.date
PyQt4.QtCore.QDate(2015, 1, 10)
>>> cal.date.toPyDate()
datetime.date(2015, 1, 10)

-- 
Chris Warrick <https://chriswarrick.com/>
PGP: 5EAAEA16

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


Thread

[ANN] EasyGUI_Qt version 0.9 André Roberge <andre.roberge@gmail.com> - 2014-12-31 14:24 -0800
  Re: [ANN] EasyGUI_Qt version 0.9 wxjmfauth@gmail.com - 2015-01-01 02:39 -0800
  Re: [ANN] EasyGUI_Qt version 0.9 wxjmfauth@gmail.com - 2015-01-02 02:29 -0800
    Re: [ANN] EasyGUI_Qt version 0.9 André Roberge <andre.roberge@gmail.com> - 2015-01-02 11:11 -0800
      Re: [ANN] EasyGUI_Qt version 0.9 Emil Oppeln-Bronikowski <emil@fuse.pl> - 2015-01-02 20:27 +0100
        Re: [ANN] EasyGUI_Qt version 0.9 André Roberge <andre.roberge@gmail.com> - 2015-01-02 11:53 -0800
          Re: [ANN] EasyGUI_Qt version 0.9 Emil Oppeln-Bronikowski <emil@fuse.pl> - 2015-01-02 21:21 +0100
            Re: [ANN] EasyGUI_Qt version 0.9 André Roberge <andre.roberge@gmail.com> - 2015-01-02 13:35 -0800
      Re: [ANN] EasyGUI_Qt version 0.9 wxjmfauth@gmail.com - 2015-01-03 00:52 -0800
        Re: [ANN] EasyGUI_Qt version 0.9 André Roberge <andre.roberge@gmail.com> - 2015-01-03 09:11 -0800
          Re: [ANN] EasyGUI_Qt version 0.9 Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-01-03 17:38 +0000
            Re: [ANN] EasyGUI_Qt version 0.9 wxjmfauth@gmail.com - 2015-01-04 01:32 -0800
          Re: [ANN] EasyGUI_Qt version 0.9 Michael Torrie <torriem@gmail.com> - 2015-01-03 16:06 -0700
          Re: [ANN] EasyGUI_Qt version 0.9 wxjmfauth@gmail.com - 2015-01-04 00:12 -0800
  Re: [ANN] EasyGUI_Qt version 0.9 stephen.boulet@gmail.com - 2015-01-09 15:08 -0800
    Re: [ANN] EasyGUI_Qt version 0.9 André Roberge <andre.roberge@gmail.com> - 2015-01-09 16:21 -0800
    Re: [ANN] EasyGUI_Qt version 0.9 André Roberge <andre.roberge@gmail.com> - 2015-01-09 17:02 -0800
      Re: [ANN] EasyGUI_Qt version 0.9 Chris Warrick <kwpolska@gmail.com> - 2015-01-10 10:32 +0100
      Re: [ANN] EasyGUI_Qt version 0.9 stephen.boulet@gmail.com - 2015-01-13 04:23 -0800
        Re: [ANN] EasyGUI_Qt version 0.9 André Roberge <andre.roberge@gmail.com> - 2015-01-13 12:29 -0800
          Re: [ANN] EasyGUI_Qt version 0.9 stephen.boulet@gmail.com - 2015-01-14 09:12 -0800

csiph-web