Juliette Monsel

Results 21 comments of Juliette Monsel

I have thought a bit about whether we should merge tkcalendar into ttkwidgets. One of the issue is that people use tkcalendar as a separate package and totally merging it...

I think the error in the python 3.4 test with Appveyor is because ttkthemes is used in the example_vnotebook.py and probably the older version of pip or setuptools does not...

Can you tell me what is written in the Entry when you try to open the calendar? Seems like the error comes from `strptime`, so can you also tell me...

Ok, thanks for the feedback, right now I have no idea what is causing your issue. Can you give me a full snippet of code that reproduces the error you...

Could you try [this version](https://github.com/j4321/tkcalendar/tree/fix-%2315) of the code and tell me if you still have the error?

Ok, sorry about the download link, I merged the branch with master and deleted it. You can now directly try the code from the [master](https://github.com/j4321/tkcalendar/archive/master.zip) branch. I had feedback from...

I had not noticed this behavior, which comes from babel module: their `parse_date` function seems to ignore the extra characters you inserted. You can ask [babel](https://github.com/python-babel/babel/issues) developers the reason for...

It is probably related with ttk default theme for OSX. To confirm this, can you try the same code but changing the style to clam instead? (I don't have OSX...

Ok, thanks for the feedback. It will be complicated for me to identify what's going wrong here because I don't have MacOS. Moreover, I am testing tkcalendar in MacOS with...

@magnuskson I am not sure your issue is the same as the one mentioned above since the other people have not reported any error message. In your case it seems...