Re: Python date time API

2010-04-26 Thread Jason Scheirer
On Apr 26, 8:21 am, rk wrote: > Hi, > >  I am python novice, trying to convert a boost::gregorian::date out to > python using PyDateTime C-api interface. I was coring because the C- > API failed to initialize. The error was: > > AttributeError: "module" object has not attribute datetime_CAPI > > A

Python date time API

2010-04-26 Thread rk
Hi, I am python novice, trying to convert a boost::gregorian::date out to python using PyDateTime C-api interface. I was coring because the C- API failed to initialize. The error was: AttributeError: "module" object has not attribute datetime_CAPI As indicated by the error, a dir(datetime) give