Re: trapping DLL import issues without blocking pop up window

2007-11-02 Thread Thomas Heller
alf schrieb: > Hi, > > there is following issue: "import cx_Oracle" on windows pops up a nice > 'DLL missing' window in case there indeed is no CLI.DLL (or something > like that). Then the exception is raised. > > Catching the exception is obviously not a problem, but the popup > practical

trapping DLL import issues without blocking pop up window

2007-11-01 Thread alf
Hi, there is following issue: "import cx_Oracle" on windows pops up a nice 'DLL missing' window in case there indeed is no CLI.DLL (or something like that). Then the exception is raised. Catching the exception is obviously not a problem, but the popup practically blocks the application and