If you can do it in python, you can do it. I have been integrating my gui/gtk applications into web2py. :D Regards, Jason
On Sun, 2009-08-23 at 18:01 -0700, 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 > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---