> I have a problem Connecting Python with sapdbapi on Linux :
> 
> -----------------------------------------------------------------
> import sapdbapi
> 
> dbConnect = sapdbapi.connect ('dba', 'xxxxxxx', 'TST', 'goku', '')

> Exception exceptions.AttributeError: '_Connection__connection' in <method
> Connection.close of Connection instance at 80f1158> ignored Traceback


Try:

 _con = sapdbapi.connect("DBA", "PASSWORD", "DBNAME", 
       "hostipaddress.com")


Not sure why you're passing an extra param.


-- 
Brad Clements,                [EMAIL PROTECTED]   (315)268-1000
http://www.murkworks.com                          (315)268-9812 Fax
http://www.wecanstopspam.org/                   AOL-IM: BKClements

_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to