views:

87

answers:

3

I'm working on a scheduling app and looking for a calendar, timeline or other planning related GUI component for Python.

Are you aware of any ?

+2  A: 

Have a look at PyQt. It has a calendar widget and the wrapper allows you to modify the rendering of the calendar.

Aaron Digulla
@Aaron : Thanks, but this one is to simple.
dugres
A: 

wxPython has two, CalendarCtrl and Calendar. The former offers a more "native" feel, at least on Windows. If you download the wxPython Demo program you can see both in action.

Nick T
@Nick : Sorry if I was unclear, I don't want something to "pick a date" but something to "display a planning".
dugres
Clarify. Do you want to be able to specify a range of dates and times?
Nick T
+1  A: 

Your question is not really clear so I can't know your needs but, maybe, you should check faces, a powerful and free project management tool that you "program" in python.

Etienne