[wxpython-users] ANN: Airs v0.9d released
roee shlomo
roee88 at gmail.com
Sun Apr 13 23:24:34 PDT 2008
Hi Malcolm,
Airs fails to launch due to unicode issues.
storm.databases.sqlite does not accept unicode.
To fix this problem change airs/data/db.py line 55 to:
> database =3D create_database("sqlite:" + db_filename.encode('utf-8'))
Roee.
On 14/04/2008, Malcolm Greene <python at bdurham.com> wrote:
>
> Hi Jorgen,
>
> Tried the latest update and the application works! I haven't configured
> the app yet but look forward to doing so.
>
> Two comments on exploring the user interface:
>
> 1. Frame resizing behavior:
>
> a. Its possible to resize the main frame too small and have the controls
> overlap one another in an ugly fashion. Can you set min horizontal and
> vertical dimensions for the main frame to prevent this behavior?
>
> b. The Add/Edit Series dialog can be resized horizontally (good!) and
> has a min width (good!). This dialog can also be vertically resized
> which is just ugly. Can you prevent vertical resizing?
>
> 2. The close button (X) on the status message panel (directly above
> "Show only unprocessed episodes" checkbox) does not appear to work.
>
> Thanks for sharing your work with the community!
>
> Regards,
> Malcolm
>
>
> ----- Original message -----
> From: "Jorgen Bodde" <jorgen.maillist at gmail.com>
> To: wxpython-users at lists.wxwidgets.org
> Date: Mon, 14 Apr 2008 00:06:53 +0200
> Subject: Re: [wxpython-users] ANN: Airs v0.9d released
>
> Malcolm,
>
> Did you try the latest download? I found the problem. I forgot to
> create the directory in the Documents And Settings\Application Data\.
> The code that created the dir got lost by moving the piece of code to
> a different location in my app.
>
> Regards,
> - Jorgen
>
> On Sun, Apr 13, 2008 at 11:05 PM, Malcolm Greene <python at bdurham.com>
> wrote:
> > Jorgen,
> >
> > No error logs on my side.
> >
> > Regards,
> > Malcolm
> >
> >
> > _______________________________________________
> > wxpython-users mailing list
> > wxpython-users at lists.wxwidgets.org
> > http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
> >
> _______________________________________________
> wxpython-users mailing list
> wxpython-users at lists.wxwidgets.org
> http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
> _______________________________________________
> wxpython-users mailing list
> wxpython-users at lists.wxwidgets.org
> http://lists.wxwidgets.org/mailman/listinfo/wxpython-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/200804=
14/518765ce/attachment.htm
More information about the wxpython-users
mailing list