Hi All,
someone please help me with this.. I have just set up PAMIE cPAMIE.pyc etc in the Python24 root which is not explained anywhere.. So I'm not even sure if I have that set up correctly (but IE opens so I assume its right). My biggest problem at the mo is this..
C:\>PamieTEST.py
Traceback (most recent call last):
File "C:\PamieTEST.py", line 8, in ?
ie.Navigate("http://10.3.0.60/")
AttributeError: PAMIE instance has no attribute 'Navigate'
the code is below
from winGuiAuto import win32gui
from cPAMIE import PAMIE
from cModalPopUp import handlePopup
import time,os,sys,os.path
ie = PAMIE()
ie.Navigate("http://10.3.0.60/")
Why is this happening, is my module incorrectly set or do I need to install something else. Can someone also point me to some documentation explaining how to actually set up new modules in Python so I don't have to trial and error every tedious thing.
Thanks,
easy
I broke down and unzipped cPAMIE tonight. Since you can import it there is no issue there, but I put things like this in D:\Python24\Lib\site-packages. site-packages are not disturbed when you update python and most msi's unpack there. The problem is that some smart-alec changed the name to 'navigate' (small "n"). Have fun!