ikabelerma / robotframework-autoitlibrary

Automatically exported from code.google.com/p/robotframework-autoitlibrary
Apache License 2.0
0 stars 1 forks source link

Cannot install AutoIt in Win Vista 32 bits #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
A. What steps will reproduce the problem?
1. Install Python 2.7.6 and Robot Framework 2.8.4 --> success
2. Install Python for Windows extensions: pywin32-219.win32-py2.7.exe
--> success
3. Download AutoIt_1.1, and extract to temp folder --> success
4. Open cmd by Administrator permission and go to AutoIt folder, and type 
"python setup.py  install" 

B. Expected output:

4. Install AutoIt without error

C. Actual result:

C:\AutoItLibrary-1.1>python setup.py install
Don't think we need to unregister the old one...
%SYSTEMROOT%\system32\regsvr32.exe /S 
C:\Python27\Lib\site-packages\AutoItLibrary\lib\AutoItX3.dll
The system cannot find the path specified.
Traceback (most recent call last):
  File "setup.py", line 70, in <module>
    subprocess.check_call(cmd, shell=True)
  File "C:\Python27\lib\subprocess.py", line 540, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '%SYSTEMROOT%\system32\regsvr32.exe /S 
C:\Python27\Lib\site-p
ackages\AutoItLibrary\lib\AutoItX3.dll' returned non-zero exit status 1

Original issue reported on code.google.com by daoquang...@gmail.com on 9 May 2014 at 8:56