Calendar widget?

Thanks, I'll take a look.

···

On Sat, 05 Apr 2008 11:53:00 +0200, Daniele Esposti <expo@expobrain.net> wrote:

wxScheduler has not the same L&F but I think is like you want.
If you want the same interface, you are free to modify the rendering code.
wxScheduler main page is here http://www.expobrain.net/wxscheduler.

I don't understand: In the http://www.expobrain.net/wxscheduler page,
I can download wxscheduler.tar.gz, but when I open this file, I get
this:

           304 changelog.txt
         1ÿ478 Demo.py
<DIR> images
           778 readme.txt
           469 wxSchedulerPrint.py
           616 wxScheduleUtils.py

... but where are wxSchedule.py and wxScheduler*.py?

Demo.py starts with this:

import wxSchedule
import wxScheduler
from wxFrameSchedule import wxFrameSchedule
from wxFrameEvent import FrameEvent
import wx

Thanks.

···

On Mon, 07 Apr 2008 01:22:12 +0200, Expo <expo@expobrain.net> wrote:

All you need to use wxScheudler is wxSchedule.py adn wxScheduler*.py
files. Other files are for the Demo which demostrate component features.
The archive is not organized lika a package, which make some confusion,
but is not a demo, is fully operational.