Re: Newbie request assistance....Python - PAMIE - Java

2009-02-20 Thread coldpizza
wrote: > Greetings all... > > Newbie here to the Python world.  I've written some basic script with > the purpose of automating testing of an application via Python / > Pamie.  I've had pretty good success until a spot I'm testing displays > a Java pop up.  I need t

Newbie request assistance....Python - PAMIE - Java

2009-02-19 Thread frankrentef
Greetings all... Newbie here to the Python world. I've written some basic script with the purpose of automating testing of an application via Python / Pamie. I've had pretty good success until a spot I'm testing displays a Java pop up. I need to have Pamie access the fields in

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

Python / PAMIE - scriptWrite Function

2008-07-29 Thread frankrentef
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, "%s.%s" % (self._username_, attr) Help... :) -- http://mail.python.org/m

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 b

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 duplic

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 duplic

Python / PAMIE

2008-07-24 Thread frankrentef
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.writeSc