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
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
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