I use it a lot to connect to an OS400 db2 database. Also with a windows machine.
just use it in your controller and you are ok. 2014-02-20 0:42 GMT+00:00 Ben Lawrence <[email protected]>: > Do you have a product that integrates quickbooks to web2py as in a CRM? I > would be interested in that... > > On Sunday, August 23, 2009 6:01:20 PM UTC-7, poematrix wrote: >> >> Hi. >> >> I have a Python script that utilizes win32com.client services in order >> to connect to Quickbooks. Is it possible to run such a script from >> within Web2Py on a Windows XP machine? >> >> The relevant lines of code are: >> >> import win32com.client >> . >> . >> . >> q = win32com.client.Dispatch("QBXMLRP.RequestProcessor") >> q.OpenConnection("Grab Data", "Grab Data") >> t = q.BeginSession("",0) >> . >> . >> .Thanks. >> Elan >> > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > - https://code.google.com/p/web2py/issues/list (Report Issues) > --- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

