Re: [python-win32] Problem with Rhapsody automation: It is Impossible?

2007-08-02 Thread Michael L Torrie
sccs cscs wrote: > Hello, Our team uses Visual Basic for Rhapsody Automation, > but we now would like to use Python. But it seems to be IMPOSSIBLE. > Indeed, it seems that there is no Polymorphism in Python so that when i get > back > a daughter instance Class, it does not not work, i continue to

Re: [python-win32] Adding a really odd feature to Access as an odbc driver

2007-03-06 Thread Michael L Torrie
On Tue, 2007-03-06 at 19:48 +0100, Grzegorz Adam Hankiewicz wrote: > > Surely it would be MUCH less trouble to move the backend to Postgres, > > SQLite, or even SQL Server Express, all of which are free. > > > Indeed, which is what I'm going to do in the long term, rewrite the > application. No

[python-win32] loading and unloading python24.dll in an embedded situation

2006-09-28 Thread Michael L Torrie
I have a problem with an embedded application that loads python24.dll. Basically my embedded application is itself a dll that is a plugin for another application. my dll is loaded and unloaded on demand. I do have my dllmain stuff initialize and finalize python when appropriate. This works most o