jacexh / pyautoit

Python binding for AutoItX3.dll
MIT License
269 stars 74 forks source link

Please fix installation problem and patch it into new realse. #16

Closed jineshtest closed 4 years ago

jineshtest commented 7 years ago

on 64-bit MAC system pyautoit can not installed. gives error below sudo pip install pyautoit The directory '/Users/jineshpatel/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/Users/jineshpatel/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting pyautoit Downloading PyAutoIt-0.4.zip (421kB) 100% |████████████████████████████████| 430kB 2.0MB/s Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/private/tmp/pip-build-91W3Mv/pyautoit/setup.py", line 9, in import autoit File "autoit/init.py", line 6, in from .autoit import options, properties, commands File "autoit/autoit.py", line 7, in from ctypes.wintypes import * File "/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ctypes/wintypes.py", line 19, in class VARIANT_BOOL(_SimpleCData): ValueError: type 'v' not supported

Please fix and release new version

Aareon commented 7 years ago

Autoit is a Windows only language. Is there a reason you need to use it on Mac?

On May 2, 2017 12:49 PM, "jineshtest" notifications@github.com wrote:

on 64-bit MAC system pyautoit can not installed. gives error below sudo pip install pyautoit The directory '/Users/jineshpatel/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/Users/jineshpatel/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting pyautoit Downloading PyAutoIt-0.4.zip (421kB) 100% |████████████████████████████████| 430kB 2.0MB/s Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in File "/private/tmp/pip-build-91W3Mv/pyautoit/setup.py", line 9, in import autoit File "autoit/init.py", line 6, in from .autoit import options, properties, commands File "autoit/autoit.py", line 7, in from ctypes.wintypes import File "/usr/local/Cellar/python/2.7.13/Frameworks/Python. framework/Versions/2.7/lib/python2.7/ctypes/wintypes.py", line 19, in class VARIANT_BOOL(_SimpleCData): ValueError: type* 'v' not supported

Please fix and release new version

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jacexh/pyautoit/issues/16, or mute the thread https://github.com/notifications/unsubscribe-auth/AIqx5vUl__Ksodvt_WUkBiUE5Cmz9y5jks5r14jJgaJpZM4NOmeq .

fenchu commented 6 years ago

Bumped into this. I use Windows subsystem for linux (WSL) wont install there either.