mjakop / pywinauto

Automatically exported from code.google.com/p/pywinauto
Other
0 stars 0 forks source link

pip install pywinauto installs ancient version #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
C:\Users\zz>pip install pywinauto
Downloading/unpacking pywinauto
  Downloading pywinauto-0.1.3.zip (236Kb): 236Kb downloaded
  Running setup.py egg_info for package pywinauto

Installing collected packages: pywinauto
  Running setup.py install for pywinauto

Successfully installed pywinauto
Cleaning up...

C:\Users\zz>pip uninstall pywinauto
Uninstalling pywinauto:
  c:\python27\lib\site-packages\pywinauto
  c:\python27\lib\site-packages\pywinauto-0.1.3-py2.7.egg-info
Proceed (y/n)? y
  Successfully uninstalled pywinauto

C:\Users\zz>pip install hg+https://code.google.com/p/pywinauto
Downloading/unpacking hg+https://code.google.com/p/pywinauto
  Cloning hg https://code.google.com/p/pywinauto to c:\users\zz\appdata\local\temp\pip-ogdgm1-build
  Running setup.py egg_info for package from hg+https://code.google.com/p/pywinauto

    warning: no files found matching 'dev_notes.txt'
    warning: no files found matching 'HISTORY.TXT'
    warning: no files found matching 'TODO.txt'
    warning: no files found matching 'pywinauto'
    warning: no previously-included files found matching 'pywinauto\.svn\*'
    warning: no files found matching 'pywinauto\examples\*.pkl'
    warning: no files found matching 'examples\*.txt'
    warning: no previously-included files found matching 'examples\.svn\README.txt'
    warning: no files found matching 'docs\*.*'
    warning: no previously-included files found matching 'docs\.svn\*'
    warning: no previously-included files found matching 'docs\pywinauto\.svn\*'
    warning: no previously-included files found matching 'docs\pywinauto\controls\.svn\*'
    warning: no previously-included files found matching 'docs\pywinauto\tests\.svn\*'
    warning: no previously-included files found matching 'docs\.doctrees\*'
Installing collected packages: pywinauto
  Running setup.py install for pywinauto

    warning: no files found matching 'dev_notes.txt'
    warning: no files found matching 'HISTORY.TXT'
    warning: no files found matching 'TODO.txt'
    warning: no files found matching 'pywinauto'
    warning: no previously-included files found matching 'pywinauto\.svn\*'
    warning: no files found matching 'pywinauto\examples\*.pkl'
    warning: no files found matching 'examples\*.txt'
    warning: no previously-included files found matching 'examples\.svn\README.txt'
    warning: no files found matching 'docs\*.*'
    warning: no previously-included files found matching 'docs\.svn\*'
    warning: no previously-included files found matching 'docs\pywinauto\.svn\*'
    warning: no previously-included files found matching 'docs\pywinauto\controls\.svn\*'
    warning: no previously-included files found matching 'docs\pywinauto\tests\.svn\*'
    warning: no previously-included files found matching 'docs\.doctrees\*'
Successfully installed pywinauto
Cleaning up...

C:\Users\zz>

Original issue reported on code.google.com by cbwhiz@gmail.com on 8 Feb 2012 at 7:52