Jamie Adams wrote:
> apply(cursorClass.__init__,(self,) + args, kwargs) 
> TypeError: __init__() takes exactly 3 arguments (2 given) 

Please try opening dabo/dabo/db/dbMsSQL.py and changing line 18 from:

        def getConnection(self, connectInfo, forceCreate=False, **kwargs):

to:

        def getConnection(self, connectInfo, **kwargs):

In other words, remove the forceCreate argument. I don't believe this is needed 
anymore, but Ed can probably clarify that.

Paul
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to