Re: Python / PAMIE - scriptWrite Function

2008-07-29 Thread frankrentef
On Jul 29, 1:26 pm, frankrentef <[EMAIL PROTECTED]> wrote: > In using PAMIE 2.0 specifically the "scripWrite" function I'm getting > the following error... > > File "C:\Python23\Lib\site-packages\win32com\client\dynamic.py", line > 489, in _getattr_ > > further states... > > raise AttributeError, "

Re: Python / PAMIE

2008-07-24 Thread frankrentef
On Jul 24, 10:45 am, Tim Golden <[EMAIL PROTECTED]> wrote: > frankrentef wrote: > > THNX for your response.  Based on the authors code it's very simple. > > > from cPAMIE import PAMIE > > ie=PAMIE () > > > #ie.navigate ("google.com") > > > #ie.linkClick > > #ie.textBoxSet > > #ie.writeScript > > >

Re: Python / PAMIE

2008-07-24 Thread Tim Golden
frankrentef wrote: THNX for your response. Based on the authors code it's very simple. from cPAMIE import PAMIE ie=PAMIE () #ie.navigate ("google.com") #ie.linkClick #ie.textBoxSet #ie.writeScript ie.navigate ('https://login.yahoo.com/config/mail?.intl=us') #ie.scriptWrite () ie.scriptWrite

Re: Python / PAMIE

2008-07-24 Thread frankrentef
On Jul 24, 10:07 am, Tim Golden <[EMAIL PROTECTED]> wrote: > frankrentef wrote: > > Can someone help with a PAMIE issue?  I'm new to Python / PAMIE and > > they seem like great tools but to be honest I'm finding that no > > responses to questions can be found (Experts Exchange, etc.)  I'm > > hopin

Re: Python / PAMIE

2008-07-24 Thread Tim Golden
frankrentef wrote: Can someone help with a PAMIE issue? I'm new to Python / PAMIE and they seem like great tools but to be honest I'm finding that no responses to questions can be found (Experts Exchange, etc.) I'm hoping this will be the place. I tried to duplicate the authors "ie.writeScript

Re: Python / PAMIE

2008-07-24 Thread Tim Golden
frankrentef wrote: Can someone help with a PAMIE issue? I'm new to Python / PAMIE and they seem like great tools but to be honest I'm finding that no responses to questions can be found (Experts Exchange, etc.) I'm hoping this will be the place. I tried to duplicate the authors "ie.writeScript