kontron / robotframework-snmplibrary

SnmpLibrary for Robot Framework
Apache License 2.0
12 stars 11 forks source link

Not able to install #2

Open malli02422 opened 9 years ago

malli02422 commented 9 years ago

Hi , First it is not able to install through the PIP I have downloaded and installed, But I didn't find any instance of it present in the

D:\userdata\thatheka\Downloads\robotframework-snmplibrary-master>setup.py install running install running bdist_egg running egg_info writing requirements to src\robotframework_snmplibrary.egg-info\requires.txt writing src\robotframework_snmplibrary.egg-info\PKG-INFO writing top-level names to src\robotframework_snmplibrary.egg-info\top_level.txt writing dependency_links to src\robotframework_snmplibrary.egg-info\dependency_links.txt reading manifest file 'src\robotframework_snmplibrary.egg-info\SOURCES.txt' writing manifest file 'src\robotframework_snmplibrary.egg-info\SOURCES.txt' installing library code to build\bdist.win32\egg running install_lib running build_py creating build\bdist.win32\egg creating build\bdist.win32\egg\SnmpLibrary copying build\lib\SnmpLibrary\traps.py -> build\bdist.win32\egg\SnmpLibrary copying build\lib\SnmpLibraryinit.py -> build\bdist.win32\egg\SnmpLibrary byte-compiling build\bdist.win32\egg\SnmpLibrary\traps.py to traps.pyc byte-compiling build\bdist.win32\egg\SnmpLibraryinit.py to init.pyc creating build\bdist.win32\egg\EGG-INFO copying src\robotframework_snmplibrary.egg-info\PKG-INFO -> build\bdist.win32\egg\EGG-INFO copying src\robotframework_snmplibrary.egg-info\SOURCES.txt -> build\bdist.win32\egg\EGG-INFO copying src\robotframework_snmplibrary.egg-info\dependency_links.txt -> build\bdist.win32\egg\EGG-INFO copying src\robotframework_snmplibrary.egg-info\requires.txt -> build\bdist.win32\egg\EGG-INFO copying src\robotframework_snmplibrary.egg-info\top_level.txt -> build\bdist.win32\egg\EGG-INFO zip_safe flag not set; analyzing archive contents... creating 'dist\robotframework_snmplibrary-0.1-py2.7.egg' and adding 'build\bdist.win32\egg' to it removing 'build\bdist.win32\egg' (and everything under it) Processing robotframework_snmplibrary-0.1-py2.7.egg Removing c:\python27\lib\site-packages\robotframework_snmplibrary-0.1-py2.7.egg Copying robotframework_snmplibrary-0.1-py2.7.egg to c:\python27\lib\site-packages robotframework-snmplibrary 0.1 is already the active version in easy-install.pth

Installed c:\python27\lib\site-packages\robotframework_snmplibrary-0.1-py2.7.egg Processing dependencies for robotframework-snmplibrary==0.1 Searching for pysnmp==4.2.5 Best match: pysnmp 4.2.5 Processing pysnmp-4.2.5-py2.7.egg pysnmp 4.2.5 is already the active version in easy-install.pth Installing libsmi2pysnmp script to C:\Python27\Scripts Installing build-pysnmp-mib script to C:\Python27\Scripts

Using c:\python27\lib\site-packages\pysnmp-4.2.5-py2.7.egg Searching for robotframework==2.9a1 Best match: robotframework 2.9a1 Adding robotframework 2.9a1 to easy-install.pth file

Using c:\python27\lib\site-packages Searching for pycrypto==2.6.1 Best match: pycrypto 2.6.1 Adding pycrypto 2.6.1 to easy-install.pth file

Using c:\python27\lib\site-packages Searching for pyasn1==0.1.7 Best match: pyasn1 0.1.7 Processing pyasn1-0.1.7-py2.7.egg pyasn1 0.1.7 is already the active version in easy-install.pth

It has been give that c:\python27\lib\site-packages\ but path is C:\Python27\Lib\site-packages

there is Cap is "Lib" that has been mentioned over there

mwalle commented 9 years ago

Hi, i doubt this is an error in our setup.py. But i admit, we have never tested it on windows.

I've just uploaded a version to pypi. You may try to use "pip install robotframework-snmplibrary".

mwalle commented 8 years ago

ping