[python-win32] dbi.dbDate

2007-02-20 Thread Robin Becker
Just came across a weird problem with dbi.dbDate; it seems it is based on the 32bit time since 1970 used by python's time module. Unfortunately I have financial data for a bunch of people with DOB <1940. Nothing seems to blow up when I execute sql fetches, but the returned objects behave very

Re: [python-win32] py2exe all of it

2007-02-20 Thread Bobby Metz
Been there. Done that. Same reasons. User's need a custom app but don't have install permissions due to IT policy. Just build your py2exe project and pass it around. If you're careful you can even cut out a bunch of the fluff, e.g. sample files for Tkinter, that py2exe might include. I foun