-
Notifications
You must be signed in to change notification settings - Fork 106
Problem Installing on Sierra + python3.6 (execfile not defined) #166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
atomac 1.1.0 on pypi does not support python 3. To the best of my knowledge, the one with access to publish releases is no longer active. Prior to #160 merge, the project had c-extensions. |
Thanks a lot daveenguyen Master git installed and working fine (at least first import and launch automator app example) I have seen your atomacos fork!!! Do you recomend me atomacos or pyatom (atomac)? Another question...
I have working some with the great pyatspi and I would know if you could make things like get the word, line, sentence or paragraph under the mouse i.e. in a page document. Get selected text, etc. Thanks for your support. |
I think Texts are typically available in I don't think atomac provides a way to get the current mouse position. |
Thanks a lot. mouse position its getting from tkinter ( root.winfo_pointerx() & root.winfo_pointery() ), so no problem. I sucessfully find the text under mouse (mainly with element.AXValue) It works really fine even in Safari. But now I am searching for the associated link behind the text.
Do you have any clue? |
Looksl ike a bug in your code
I also recommend using This is the results I got
|
Ops... I can see the problem: importig your atomacos and executing... it reports correctly the link URL importing atomac (this pynput code installed from this master github) and executing the same (safari = atomac.getAppRef...) it report: 'atomac._a11y.ErrorUnsupported: Return value not supported yet...' So I recomend install your 'atomacos' (simply with 'pip3 install atomacos') instead of 'pyatom' I have seen that you depend on pyautogui<0.9.42 (for some reason?). Its needed this depend? For me pyautogui a more top level library than pyatom. |
Can you create an issue for |
Im having problems with install with pip3 install atomac with the same error reported as python3.5:
name 'execfile' is not defined
I have succcesfully installed pyobjc:
sudo pip3 install -U pyobjc-core
sudo pip3 install -U pyobjc
but I dont know if it is really necesary.
I have another great question about Xcode requirement:
Are you saying that atomac needs more than 3GB!!! to run!!! Sure? Im not a OSX user, but I cant understand this. How you suppose you can distribute a program to work with this: "Please install Xcode and after two hours and 5 GB of disk space wasted install this little app". Its a joke?
The text was updated successfully, but these errors were encountered: