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

Re: python application ideas.

2006-04-25 Thread RK
I need a python source code diagrammer that actually works out-of-the-box to explore all the code already written out there. something like SmallWorlds was to java before they got rid of it. -- http://mail.python.org/mailman/listinfo/python-list

Re: R Paul Johnson is out of the office.

2006-04-21 Thread RK
ok, who's been playing with mailman? -- http://mail.python.org/mailman/listinfo/python-list

Re: proposed Python logo

2006-04-21 Thread RK
That's a good try... Can we get some street pros? http://www.graffitifonts.com/ -- http://mail.python.org/mailman/listinfo/python-list

perspective on ruby

2006-04-20 Thread RK
I apologize if this is a stupid question, I'm asking Python group for perspective on Ruby, but I don't see how the alternative of going to a ruby group for a perspective on Ruby is going to do me any good... I just unpacked and tried out InstantRails, after turning off the local Plone stack. L

Re: Thanks from the Java Developer

2006-04-19 Thread RK
Me too. I feel like I've been living under a rock. Did all this just happen in the last few years? -- http://mail.python.org/mailman/listinfo/python-list

newbie: plain old object kernel already built in?

2006-03-30 Thread RK
I'm looking to do something like POJO/AOP in Python. (ref pojo, aspectj for Java, CodeFarms for C++ http://www.codefarms.com/ , esp see two-layer diagram #2 here: http://incode.sourceforge.net/index.html ). The thing with a two-layer design and plain old objects is you need a kernel to manage it,