Using Python in ActiveX task - works when run as separate step, hangs when executing package



Trying to use Python 2.4.1 with the Win32 extensions (build 204) inside of an
ActiveX task. When I step through the package running each step, the package
runs fine, even to the point of running the "message box" to see where the code
is stopping.

When I try to execute the package as a whole, it goes through all preceeding
steps, but stops at the Python task without showing even the first message box
saying that the function is starting to execute.

Looking at the logs, I have NULLs for stepexecstatus, stepexecresult, endtime,
elapsedtime, errorcode, errordescription, and progresscount in the sysdtssteplog
table.

I'm running under the same users in each case as far as I can tell.

If anyone has encountered something similar with other languages (Perl, PHP,
etc) and has fixed it, please let me know what you did.

If anyone has any ideas on how to get some detailed errors on why it is hanging
here, please let me know and I'll post the results.

Thanks.

-Pete Schott
.



Relevant Pages