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, "
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
>
> >
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
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
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
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