|
From: l.m.orchard <de...@po...> - 2004-08-11 14:43:09
|
Heya - I'm wondering if there's a way that I can force SQLObject to use datetime from the Python standard modules, as opposed to mx.DateTime? I have an app that was written expecting the datetime interface everywhere, and then mx.DateTime was installed. Now things are breaking because the expected datetime objects are returned as mx.DateTime, which has a totally different set of methods and properties. Any advice? (And uninstalling mx.DateTime is not one of my options. Also, rewriting the app to use mx.DateTime is the least favorable outcome.) Thanks! -- l.m.orchard <de...@po...> http://www.decafbad.com/ ...see you space cowboy. |