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 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---