Luke Benstead wrote:
Now my questions are... are these errors occurring because of the use of Coinitialize()? and if so how can I use CoInitialize with Zope3 so that I can use adodbapi?
I don't have anything to add to what we talked about on IRC (if that was indeed you), but to get CoInitialize to run at app start time you can add a subscriber to the IProcessStartingEvent and run your code there.
-- Benji York Senior Software Engineer Zope Corporation _______________________________________________ Zope3-users mailing list [email protected] http://mail.zope.org/mailman/listinfo/zope3-users
